1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-24 20:30:44 +00:00

Rephrasing of error message when TERM not 256 color

- Literal command to be added is highlighted in blue
    - Now beginners won't try to add an incorrect command to ~/.zshrc
This commit is contained in:
Daniel Gordon 2015-10-19 13:02:24 -05:00
parent 38bccd1340
commit fa85a5158f

View file

@ -936,7 +936,7 @@ powerlevel9k_init() {
term_colors=$(tput colors)
if (( term_colors < 256 )); then
print -P "%F{red}WARNING!%f Your terminal supports less than 256 colors!"
print "You should set TERM=xterm-256colors in your ~/.zshrc"
print -P "You should put: %F{blue}export TERM=\"xterm-256color\"%f in your \~\/.zshrc"
fi
setopt LOCAL_OPTIONS