diff options
author | shmibs <shmibs@shmibbles.me> | 2015-12-22 18:41:02 -0700 |
---|---|---|
committer | shmibs <shmibs@shmibbles.me> | 2015-12-22 18:41:02 -0700 |
commit | 75f945cddf787d35dfebbdc3185b88d6338cd161 (patch) | |
tree | 338282d61fe82f72502248fae849b47cd7a50cc6 /.zshrc-remote | |
parent | 3e89d89cd8558e2848eab872de6b6a3d0067b7d3 (diff) | |
download | dotfiles-75f945cddf787d35dfebbdc3185b88d6338cd161.tar.gz |
typo
Diffstat (limited to '.zshrc-remote')
-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 |