Last active
January 25, 2018 18:57
-
-
Save torbensky/3fc1c19b9e91115d4c5c41c45c3b3b4d to your computer and use it in GitHub Desktop.
a zsh configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# zsh powerlevel config | |
POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=0 | |
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir vcs) | |
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time root_indicator kubecontext history) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment