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

master
Dustin Swan 11 years ago
parent 66b8776919
commit 6243e5f9cd

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

Loading…
Cancel
Save