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