From 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 12 Nov 2022 18:20:45 -0700 Subject: update dots + add some config files --- bash/.bash/04-other.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bash/.bash/04-other.bash') 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 -- cgit v1.2.3