Starting a tmux session when logging in, if not already in one

This commit is contained in:
Dustin Swan
2013-03-13 17:59:00 -05:00
parent 66b8776919
commit 6243e5f9cd

3
zshrc
View File

@@ -1,3 +1,6 @@
# Start tmux... just trying it out
if [ "$TMUX" = "" ]; then tmux; fi
# powerline-shell
function powerline_precmd() {
export PS1="$(~/dotfiles/powerline-shell/powerline-shell.py $? --shell zsh)"