Merge pull request #77 from jkoelndorfer/left-prompt-retval
Set RETVAL for left prompt also.
This commit is contained in:
commit
1a1cb8fdd2
|
@ -589,6 +589,8 @@ prompt_virtualenv() {
|
|||
|
||||
# Main prompt
|
||||
build_left_prompt() {
|
||||
RETVAL=$?
|
||||
|
||||
if [[ "${#POWERLEVEL9K_LEFT_PROMPT_ELEMENTS}" == 0 ]]; then
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs)
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue