Created
December 13, 2019 18:36
-
-
Save kenju254/b21a12b85b81c63be4ae1392a5d8ee65 to your computer and use it in GitHub Desktop.
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
ZSH_THEME="powerlevel9k/powerlevel9k" | |
POWERLEVEL9K_MODE='nerdfont-complete' | |
# Default Prompt | |
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs virtualenv ssh ) | |
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time) | |
#Python Prompt | |
POWERLEVEL9K_CUSTOM_PYTHON="echo -n '\uf81f' Python" | |
POWERLEVEL9K_CUSTOM_PYTHON_FOREGROUND="black" | |
POWERLEVEL9K_CUSTOM_PYTHON_BACKGROUND="blue" | |
VIRTUAL_ENV_DISABLE_PROMPT=1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment