diff options
Diffstat (limited to 'etc/colors')
-rw-r--r-- | etc/colors | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ## Colors ## vim:ft=zsh local fail=$'\e[1;31m' +local warn=$'\e[1;33m' local info=$'\e[0;36m' local yellow=$'\e[0;33m' local green=$'\e[0;32m' |