Last active
May 1, 2019 17:13
-
-
Save KennethanCeyer/d5658502e22a2be7e290de303e66ec66 to your computer and use it in GitHub Desktop.
Setting context for powerlevel9k theme
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
cat <<EOF >> ~/.zshrc | |
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(user dir vcs) | |
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status) | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment