Browse Source

Add zprofile to auto launch tmux sessions

master
Taylor Bockman 8 years ago
parent
commit
1d4f1d080a
  1. 4
      dotfiles/zprofile

4
dotfiles/zprofile

@ -0,0 +1,4 @@
# Fire up a tmux session login
if command -v tmux>/dev/null; then
[[ ! $TERM =~ screen ]] && [ -z $TMUX ] && exec tmux
fi
Loading…
Cancel
Save