Skip to content

Commit cb6b921

Browse files
committed
Moved virtual environment after last_status indicator
1 parent f30361a commit cb6b921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PADDING=" " # use this character sequence to pad the segments around the separat
1313

1414
PROMPT_CHAR=${POWERLINE_PROMPT_CHAR:=""}
1515
POWERLINE_LEFT_SEPARATOR="${PADDING}"
16-
POWERLINE_PROMPT="python_virtual_env last_status user_info cwd npm scm"
16+
POWERLINE_PROMPT="last_status python_virtual_env user_info cwd npm scm"
1717

1818
USER_INFO_SSH_CHAR="${PADDING}"
1919
USER_INFO_PROMPT_COLOR="C Bl"

0 commit comments

Comments
 (0)