From 14ed9ef3989b96477ef344a926a62639e057192b Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 30 Oct 2014 18:28:13 +0100 Subject: [PATCH] Made tmux auto-start when opening new terminal. --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index d72d498..47b6474 100644 --- a/zshrc +++ b/zshrc @@ -85,3 +85,5 @@ if [ -d "$HOME/.local/bin" ]; then fi # . ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh + +if [ -z "$TMUX" ]; then tmux; fi