diff options
Diffstat (limited to 'functions')
-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=( |