aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
diff options
context:
space:
mode:
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