summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-19 18:11:10 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-19 18:11:10 +0200
commit3acced7e6e2ff0b7ca12e9bccc999619a2eec6f1 (patch)
tree59f4e2e3c4c1421240cbb52a0965de941eeb07bd /etc/functions
parent45e44cd9391f2622a09c25de22d3de1060e36b41 (diff)
Remove die/warn/info functions
Diffstat (limited to 'etc/functions')
-rw-r--r--etc/functions/die3
-rw-r--r--etc/functions/info1
-rw-r--r--etc/functions/warn2
3 files changed, 0 insertions, 6 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
diff --git a/etc/functions/info b/etc/functions/info
deleted file mode 100644
index 00a3a63..0000000
--- a/etc/functions/info
+++ /dev/null
@@ -1 +0,0 @@
-echo -e "\e[0;36m${*}\e[0m"
diff --git a/etc/functions/warn b/etc/functions/warn
deleted file mode 100644
index 789a9ef..0000000
--- a/etc/functions/warn
+++ /dev/null
@@ -1,2 +0,0 @@
-## vim:ft=zsh
-echo -e "\e[1;33m${*}\e[0m" > /dev/stderr