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