summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2017-03-11 14:55:36 +0300
committerDominik Ritter <dritter03@googlemail.com>2017-03-11 14:55:36 +0300
commit01681a73870d15f6c77df555dc906a7a490bc73a (patch)
tree15a150119c46738bbb218871782818cc02845123 /debug
parentc30d6108b1f00a64f65a6608b2a3755a5430fbca (diff)
Add an all right message
Diffstat (limited to 'debug')
-rwxr-xr-xdebug/font-issues.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/font-issues.zsh b/debug/font-issues.zsh
index b61543d4..e9d666bd 100755
--- a/debug/font-issues.zsh
+++ b/debug/font-issues.zsh
@@ -175,4 +175,6 @@ print -P "You are using %F{blue}${currentTerminal}%f with Font %F{blue}${current
if [[ $(echo "${currentFont}" | grep -c -E "Powerline|Awesome|Nerd") -eq 0 ]]; then
print -P "%F{yellow}WARNING%f It does not seem like you use an Powerline-enabled or Awesome Terminal Font!"
print -P "Please make sure that your font settings are correct!"
+else
+ print -P "Your font settings seem to be all right. If you still have issues, it is more likely to be a font issue than a Powerlevel9k related one."
fi