diff options
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r-- | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index cfcecdef..3e591109 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -17,7 +17,7 @@ # # Customize which segments appear in which prompts (below is also the default): # POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs) -# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time) +# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(longstatus history time) # # Set your Amazon Web Services profile for the `aws` segment: # export AWS_DEFAULT_PROFILE=<profile_name> |