Skip to content

Commit

Permalink
Remove 'git:' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu committed May 19, 2015
1 parent a1dea6a commit f6a2c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/prompt/functions/prompt_sorin_setup
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function prompt_sorin_setup {
zstyle ':prezto:module:git:info:unmerged' format ' %%B%F{yellow}═%f%%b'
zstyle ':prezto:module:git:info:untracked' format ' %%B%F{white}◼%f%%b'
zstyle ':prezto:module:git:info:keys' format \
'status' ' %F{blue}git%f$(coalesce "%b" "%p" "%c")%s%A%B%S%a%d%m%r%U%u'
'status' '$(coalesce "%b" "%p" "%c")%s%A%B%S%a%d%m%r%U%u'

# Define prompts.
PROMPT='${SSH_TTY:+"%F{red}%n%f@%F{yellow}%m%f "}%F{cyan}${_prompt_sorin_pwd}%(!. %B%F{red}#%f%b.)${editor_info[keymap]} '
Expand Down

0 comments on commit f6a2c73

Please sign in to comment.