diff options
-rw-r--r-- | etc/functions/die | 3 | ||||
-rw-r--r-- | etc/functions/info | 1 | ||||
-rw-r--r-- | etc/functions/warn | 2 |
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 |