diff options
author | Clay Anderson <claycephas@users.noreply.github.com> | 2017-11-01 06:57:15 -0600 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-11-01 05:57:15 -0700 |
commit | 2e4539b0d4613e8e5081c81b80959e506038d295 (patch) | |
tree | 36eee09dea2dbb7847a6589ec74acb58ee5199cf | |
parent | b5898a5ec663177210db95b28155d14da64170f0 (diff) | |
download | zsh-2e4539b0d4613e8e5081c81b80959e506038d295.tar.gz zsh-2e4539b0d4613e8e5081c81b80959e506038d295.tar.bz2 zsh-2e4539b0d4613e8e5081c81b80959e506038d295.zip |
Added link to powerline (#6352)
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,10 +79,11 @@ To use a different theme, simply change the value to match the name of your desi ```shell ZSH_THEME="agnoster" # (this is one of the fancy ones) -# you might need to install a special Powerline font on your console's host for this to work # see https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#agnoster ``` +_Note: many themes require installing the [Powerline Fonts](https://github.com/powerline/fonts) in order to render properly._ + Open up a new terminal window and your prompt should look something like this: ![Agnoster theme](https://cloud.githubusercontent.com/assets/2618447/6316862/70f58fb6-ba03-11e4-82c9-c083bf9a6574.png) |