Rearranged RIGHT_PROMPT_ELEMENTS in alphabetical order

This commit is contained in:
AdalZanabria 2022-05-03 02:04:50 -05:00
commit 485e7d37f5
5 changed files with 179 additions and 177 deletions

View file

@ -57,9 +57,9 @@
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]=========================
# command_execution_time # previous command duration
# virtualenv # python virtual environment
# context # user@host
# time # current time
# virtualenv # python virtual environment
# =========================[ Line #2 ]=========================
newline # \n
)