mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Removed an extraneous space char from kstrauser's git status
This commit is contained in:
parent
284c7e46ca
commit
6b1c0972b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Define common and useful things to put in a prompt
|
# Define common and useful things to put in a prompt
|
||||||
typeset -A prc
|
typeset -A prc
|
||||||
prc[abbrevpath]='%{${fg[red]}%}%B%45<...<%~%<<%b%{$reset_color%}'
|
prc[abbrevpath]='%{${fg[red]}%}%B%45<...<%~%<<%b%{$reset_color%}'
|
||||||
prc[gitprompt]='%{$fg[cyan]%}$(git_prompt_info)$(git_prompt_status) %{$reset_color%}'
|
prc[gitprompt]='%{$fg[cyan]%}$(git_prompt_info)$(git_prompt_status)%{$reset_color%}'
|
||||||
prc[newline]=$'\n'
|
prc[newline]=$'\n'
|
||||||
prc[promptchar]='%(!.#.$)'
|
prc[promptchar]='%(!.#.$)'
|
||||||
prc[smiley]='%(?.%{${fg[green]}%}:).%{${fg[red]}%}:()%{$reset_color%}'
|
prc[smiley]='%(?.%{${fg[green]}%}:).%{${fg[red]}%}:()%{$reset_color%}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue