mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
cosmetic change in zsh prompt
This commit is contained in:
parent
c459942686
commit
389a4def16
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ set_rprompt() {
|
|||
RPROMPT="%(?..%B[%?]%b ) $RPROMPT"
|
||||
}
|
||||
|
||||
PROMPT="%(?.%F{blue}›.%F{red}?)%f%n@%m%F{blue}>%f "
|
||||
PROMPT="%F{blue}[%f%n@%m%F{blue}]%f%(?.$.%F{red}?%f) "
|
||||
prompt_opts=(cr percent)
|
||||
|
||||
# vim: ft=zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue