15 lines
188 B
Bash
15 lines
188 B
Bash
|
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
||
|
context
|
||
|
dir
|
||
|
vcs
|
||
|
)
|
||
|
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
||
|
status
|
||
|
root_indicator
|
||
|
background_jobs
|
||
|
load
|
||
|
ram
|
||
|
command_execution_time
|
||
|
time
|
||
|
)
|