removed command duration from zsh prompt
This commit is contained in:
parent
c160476003
commit
803dbe749a
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -29,7 +29,7 @@ POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='teal'
|
|||
#POWERLEVEL9K_PROMPT_ON_NEWLINE=true
|
||||
#POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs vi_mode)
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(command_execution_time root_indicator dir_writable background_jobs context)
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(root_indicator dir_writable background_jobs context)
|
||||
POWERLEVEL9K_VI_INSERT_MODE_STRING="INS"
|
||||
POWERLEVEL9K_VI_MODE_INSERT_BACKGROUND='green'
|
||||
POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='white'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue