Updated ZSH prompt configurations

This commit is contained in:
Pratik Tripathy
2020-07-24 18:14:53 +05:30
parent c5c7e0ba02
commit 62e3f21f71
2 changed files with 3 additions and 3 deletions

4
.zshrc
View File

@@ -113,8 +113,8 @@ POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=0
POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=6
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon user ssh dir_writable dir vcs background_jobs docker_machine newline status root_indicator)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(history command_execution_time time)
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon user ssh dir_writable dir background_jobs docker_machine command_execution_time time newline history status root_indicator)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()
##############Pratik POWERLEVEL9K Configs END################################