1
0
Fork 0

Remove successful exit displays

This commit is contained in:
Jeremy Kaplan 2018-02-19 15:46:19 -08:00
commit 8826c0a185
2 changed files with 6 additions and 5 deletions

View file

@ -60,7 +60,7 @@ else
fi
local dir="${green}%~%f"
local branch="\$(parse_git_branch)"
local exit_code="%(?.${green}.${red})%?%f"
local exit_code="%(?..${red}%?%f)"
setopt prompt_subst
export PROMPT="${prompt}"