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