diff options
-rw-r--r-- | .zshrc-remote | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc-remote b/.zshrc-remote new file mode 100644 index 0000000..f7e5c0d --- /dev/null +++ b/.zshrc-remote @@ -0,0 +1,4 @@ +if [[ $TERM != "screen" ]]; then + tmux + logout +fi |