diff options
-rw-r--r-- | .zshrc-remote | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc-remote b/.zshrc-remote index c257774..98ac9d6 100644 --- a/.zshrc-remote +++ b/.zshrc-remote @@ -1,4 +1,4 @@ -[[ $TERM != "screen" ]]; then +if [[ $TERM != "screen" ]]; then tmux has-session 2>/dev/null if [[ "$?" != "0" ]]; then tmux |