Loading .profile +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # Automatically run terminal multiplexer on SSH connect case $TERM in screen*|tmux*) ;; *) [ -n "$SSH_TTY" ] && has tmux && *) [ -n "$SSH_TTY" ] && [ -z "$TMUX" ] && has tmux && exec ~/.shell/bin/tmux-display-helper start-client ;; esac Loading Loading
.profile +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # Automatically run terminal multiplexer on SSH connect case $TERM in screen*|tmux*) ;; *) [ -n "$SSH_TTY" ] && has tmux && *) [ -n "$SSH_TTY" ] && [ -z "$TMUX" ] && has tmux && exec ~/.shell/bin/tmux-display-helper start-client ;; esac Loading