zshrc.local.template
This commit is contained in:
parent
4e456df1f7
commit
4a3b814a9d
1 changed files with 10 additions and 0 deletions
10
zshrc.local.template
Normal file
10
zshrc.local.template
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
### 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
|
Loading…
Reference in a new issue