diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-08-27 19:41:25 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2017-08-27 19:41:25 +0300 |
commit | 50f0a94642222e62fc30f7f3f2e487ad962210c7 (patch) | |
tree | 9568614f609d9482bd9b2eb743371209787d88e2 /functions/icons.zsh | |
parent | 47e32f913df427cee56c8b605236a0ab6183d37e (diff) |
Slight tweaks to the awesome-mapped-fontconfig error message.
Diffstat (limited to 'functions/icons.zsh')
-rw-r--r-- | functions/icons.zsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 57971b45..a20cef2c 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -168,7 +168,10 @@ case $POWERLEVEL9K_MODE in local LC_ALL="" LC_CTYPE="en_US.UTF-8" if [ -z "$AWESOME_GLYPHS_LOADED" ]; then - echo "powerlevel9k warning: awesome font mappings have not been loaded, source during shell startup"; + echo "Powerlevel9k warning: Awesome-Font mappings have not been loaded. + Source a font mapping in your shell config, per the Awesome-Font docs + (https://github.com/gabrielelana/awesome-terminal-fonts), + Or use a different Powerlevel9k font configuration."; fi icons=( |