ZSH: Change location of parens
This commit is contained in:
parent
5690154ecb
commit
7ba93def0d
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -53,7 +53,7 @@ chpwd_functions+='chpwd_update_git_vars'
|
|||
chpwd_functions+='chpwd_show_todo'
|
||||
|
||||
# Set the prompt.
|
||||
PROMPT='(%{${fg[magenta]}%}%m%{${fg[default]}%}) %{${fg[cyan]}%}%B%~%b%{${fg[default]}%} %(?.%{${fg[green]}%}O.%{${fg[red]}%}X)%{${fg[default]}%} %# '
|
||||
PROMPT='(%{${fg[magenta]}%}%m%{${fg[default]}%} %{${fg[cyan]}%}%B%~%b%{${fg[default]}%}) %(?.%{${fg[green]}%}O.%{${fg[red]}%}X)%{${fg[default]}%} %# '
|
||||
RPROMPT='$(prompt_git_info)%{${fg[default]}%}'
|
||||
|
||||
# Aliases
|
||||
|
|
Loading…
Reference in a new issue