summaryrefslogtreecommitdiff
path: root/etc/functions/die
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/die')
-rw-r--r--etc/functions/die3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/functions/die b/etc/functions/die
deleted file mode 100644
index 6bee0a8..0000000
--- a/etc/functions/die
+++ /dev/null
@@ -1,3 +0,0 @@
-## vim:ft=zsh
-echo -e "\e[1;31m${*}\e[0m" > /dev/stderr
-exit 1