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