small zshrc tweaks + terminalrc added
This commit is contained in:
parent
f509b86e79
commit
3578cf88b4
2 changed files with 40 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -43,7 +43,7 @@ if [[ $OSTYPE == linux-gnu ]] && [[ $TERM == screen || $TERM == xterm ]]; then
|
|||
fi
|
||||
|
||||
# ---> prompt
|
||||
PROMPT="%B%(!..%(1000#..%F{red}%n%f@))%F{blue}%m%f %~ %(1j.+%F{red}%j%f.)%(!.%F{red}.%F{green})%#%f%b "
|
||||
PROMPT="%B%(!..%(1000#..%F{red}%n%f@))%F{blue}%m%f %F{white}%~%f %(1j.+%F{red}%j%f.)%(!.%F{red}.%F{green})%#%f%b "
|
||||
|
||||
# ---> bindings
|
||||
bindkey -e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue