mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Slight tweaks to the awesome-mapped-fontconfig error message.
This commit is contained in:
parent
47e32f913d
commit
50f0a94642
1 changed files with 4 additions and 1 deletions
|
@ -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=(
|
||||
|
|
Loading…
Reference in a new issue