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.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/.bash/04-other.bash b/bash/.bash/04-other.bash
index bfc494c..ac59c89 100644
--- a/bash/.bash/04-other.bash
+++ b/bash/.bash/04-other.bash
@@ -1,3 +1,3 @@
-#if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
-# exec tmux
-#fi
+# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
+# exec tmux new-session -A -s ssh
+# fi