configfiles/zshrc.local.template
2015-05-30 03:38:35 +02:00

11 lines
303 B
Plaintext

### Different prompt
#PROMPT="%{$fg[blue]%}> %{$reset_color%}"
#RPROMPT="%{$fg[blue]%}%~%{$reset_color%}"
### Auto tmux :)
#if [ -z "$TMUX" ]; then
# if which tmux >/dev/null 2>&1; then
# tmux -q has-session && exec tmux attach-session -d || exec tmux new-session
# fi
#fi