From 75f945cddf787d35dfebbdc3185b88d6338cd161 Mon Sep 17 00:00:00 2001 From: shmibs Date: Tue, 22 Dec 2015 18:41:02 -0700 Subject: typo --- .zshrc-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc-remote') 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 -- cgit v1.2.3