|
|
@ -32,13 +32,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
# Left prompt segments.
|
|
|
|
# Left prompt segments.
|
|
|
|
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
|
|
|
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
|
|
|
dir # current directory
|
|
|
|
dir # current directory
|
|
|
|
vcs # git status
|
|
|
|
vcs # git status
|
|
|
|
context # user@host
|
|
|
|
context # user@host
|
|
|
|
command_execution_time # previous command duration
|
|
|
|
command_execution_time # previous command duration
|
|
|
|
newline # \n
|
|
|
|
newline # \n
|
|
|
|
virtualenv # python virtual environment
|
|
|
|
virtualenv # python virtual environment
|
|
|
|
prompt_char # prompt symbol
|
|
|
|
prompt_char # prompt symbol
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Right prompt segments.
|
|
|
|
# Right prompt segments.
|
|
|
|