Starting a tmux session when logging in, if not already in one
This commit is contained in:
parent
66b8776919
commit
6243e5f9cd
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
|
@ -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…
Add table
Add a link
Reference in a new issue