Created
February 20, 2019 19:40
-
-
Save zaz600/4b7a37e43f3c8d9bc8a72e56caf413f1 to your computer and use it in GitHub Desktop.
oh-my-zsh powerlevel9k theme config
This file contains hidden or 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
POWERLEVEL9K_MODE='nerdfont-complete' | |
ZSH_THEME="powerlevel9k/powerlevel9k" | |
POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 | |
POWERLEVEL9K_SHORTEN_DELIMITER="" | |
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right" | |
POWERLEVEL9K_VCS_GIT_ICON='' | |
POWERLEVEL9K_VCS_GIT_GITHUB_ICON='' | |
POWERLEVEL9K_VCS_GIT_GITLAB_ICON='' | |
POWERLEVEL9K_VCS_GIT_BITBUCKET_ICON='' | |
POWERLEVEL9K_PROMPT_ON_NEWLINE=true | |
POWERLEVEL9K_RPROMPT_ON_NEWLINE=true | |
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true | |
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir_writable dir pyenv vcs) | |
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time ssh) | |
# DEFAULT_USER="zaz600" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment