X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=blobdiff_plain;f=S90_prompt;fp=S90_prompt;h=380a427380863f173c438db45c4e1511b703d70f;hp=8017507d5331239836200f2b2fac3a29e94bced1;hb=9edaa157dd2d2301f8ef957184ca5384351624d7;hpb=bc3346c7d48d5320e3db4d28cdf92a87ca72cd0d diff --git a/S90_prompt b/S90_prompt index 8017507..380a427 100644 --- a/S90_prompt +++ b/S90_prompt @@ -34,7 +34,7 @@ setprompt() # Git status in the pwd, if applicable if [[ -n ${__ZSH_GIT_BASEDIR} ]]; then _basedir="${C_GREEN}%20<..<${__ZSH_GIT_BASEDIR}%<<${C_NO}" - _branch="${C_MAGENTA}@${__ZSH_GIT_BRANCH}${__ZSH_GIT_ACTION}${C_NO}" + _branch="${C_MAGENTA}@%20>..>${__ZSH_GIT_BRANCH}%>>${__ZSH_GIT_ACTION}${C_NO}" _status="${__ZSH_GIT_STATUS}" _subdir="${C_GREEN}/%15<..<${__ZSH_GIT_SUBDIR}%<<${C_NO}" _path="${_basedir}${_branch}${_status}${_subdir}"