aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-11-16 19:01:14 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-11-16 19:01:14 -0700
commit1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3 (patch)
treed67ff510d7fd5df4ac34c88ba07286526cca9ca4 /bash/.bash/04-other.bash
parent6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (diff)
downloaddotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar
dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.gz
dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.bz2
update shabangs
Diffstat (limited to 'bash/.bash/04-other.bash')
-rw-r--r--bash/.bash/04-other.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash/04-other.bash b/bash/.bash/04-other.bash
index ac59c89..ec258e1 100644
--- a/bash/.bash/04-other.bash
+++ b/bash/.bash/04-other.bash
@@ -1,3 +1,5 @@
+#!/bin/bash
+
# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
# exec tmux new-session -A -s ssh
# fi