diff options
Diffstat (limited to 'etc/functions/warn')
-rw-r--r-- | etc/functions/warn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/warn b/etc/functions/warn index 4180025..789a9ef 100644 --- a/etc/functions/warn +++ b/etc/functions/warn @@ -1,2 +1,2 @@ ## vim:ft=zsh -echo -e "${warn}${*}${reset}" > /dev/stderr +echo -e "\e[1;33m${*}\e[0m" > /dev/stderr |