diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-09-28 20:46:13 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-09-28 20:46:13 +0300 |
commit | b96c5a18c12abee9781f01a9a7d52d838486ea05 (patch) | |
tree | d6e0c4220a94521345645cab5bff90e3196bcdb5 /README.md | |
parent | f18c92d76664f53351515f0f71a1047b7766648c (diff) | |
parent | 4fa3228900f7a096de8df026f062fb8e949977de (diff) |
Merge pull request #106 from V1rgul/master
Added awesome-fontconfig support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -195,8 +195,13 @@ a number of additional glyphs. You then need to indicate that you wish to use the additional glyphs by defining the following in your `~/.zshrc`: + POWERLEVEL9K_MODE='awesome-fontconfig' + +If you chose to use already patched fonts, use instead : + POWERLEVEL9K_MODE='awesome-patched' + If you choose to make use of this, your prompt will look something like this: ![](https://cloud.githubusercontent.com/assets/1544760/7959660/67612918-09fb-11e5-9ef2-2308363c3c51.png) |