Made tmux auto-start when opening new terminal.

This commit is contained in:
Dreaded_X 2014-10-30 18:28:13 +01:00
parent aa8836e8bc
commit 14ed9ef398

2
zshrc
View File

@ -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