prompt tweaking
This commit is contained in:
parent
2bded83e0e
commit
63a61f74b2
|
|
@ -161,7 +161,7 @@ fi
|
||||||
|
|
||||||
typeset -ga POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
typeset -ga POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
||||||
status # exit code of the last command
|
status # exit code of the last command
|
||||||
command_execution_time # duration of the last command
|
# command_execution_time # duration of the last command
|
||||||
background_jobs # presence of background jobs
|
background_jobs # presence of background jobs
|
||||||
# virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
|
# virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
|
||||||
# anaconda # conda environment (https://conda.io/)
|
# anaconda # conda environment (https://conda.io/)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue