From 277bc9cb29ed4a05eab37c5304a6ad7c18c9bafb Mon Sep 17 00:00:00 2001 From: shmibs Date: Tue, 22 Dec 2015 16:44:06 -0700 Subject: auto tmux for remote connections --- .zshrc-remote | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .zshrc-remote 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 -- cgit v1.2.3