1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

Set RETVAL for left prompt also.

This commit is contained in:
John Koelndorfer 2015-08-20 10:17:54 -05:00
parent 4e2b1137d4
commit 2eea3aec56

View file

@ -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