summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-09-29 00:33:22 +0300
committerGitHub <noreply@github.com>2017-09-29 00:33:22 +0300
commit386a39671fc1e9d6420616c72de54e36c4379722 (patch)
tree7f968cd44310641612124d7eac8a03b43cc807ad /powerlevel9k.zsh-theme
parent11e80b47ef8a318d9d64ef1e928e1f072a17089b (diff)
parent692335975cfc10bc35fe04b758395120c04112cd (diff)
Merge pull request #616 from trashbat/patch-2
Changed "less than" to "fewer than".
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-xpowerlevel9k.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 322de3b7..7e7b4e11 100755
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -1533,7 +1533,7 @@ prompt_powerlevel9k_setup() {
local term_colors
term_colors=$(echotc Co 2>/dev/null)
if (( ! $? && ${term_colors:-0} < 256 )); then
- print -P "%F{red}WARNING!%f Your terminal appears to support less than 256 colors!"
+ print -P "%F{red}WARNING!%f Your terminal appears to support fewer than 256 colors!"
print -P "If your terminal supports 256 colors, please export the appropriate environment variable"
print -P "_before_ loading this theme in your \~\/.zshrc. In most terminal emulators, putting"
print -P "%F{blue}export TERM=\"xterm-256color\"%f at the top of your \~\/.zshrc is sufficient."