Created
March 26, 2017 23:26
-
-
Save dmidlo/1b4db34c3cccd0f14ddc9aade2785263 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
| % sed -i.bak 's/^ZSH_THEME.*/POWERLEVEL9K_MODE=\"awesome-patched\"\'$'\n&/' ~/.zshrc | |
| % cat ~/.zshrc | |
| # Relevant Output | |
| #... | |
| # Set name of the theme to load. Optionally, if you set this to "random" | |
| # it'll load a random theme each time that oh-my-zsh is loaded. | |
| # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
| POWERLEVEL9K_MODE="awesome-fontconfig" | |
| ZSH_THEME="powerlevel9k/powerlevel9k" | |
| #... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment