diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 12:47:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 12:47:33 +0100 |
commit | 11fc1ffd3d33cf511ec7b0bef7c5e9ed58e9309d (patch) | |
tree | f9128ffd03e0157e4192955752bd25b59ad4ede2 /etc/functions/warn | |
parent | b21a30a7c0f20993d41a3a45c17623b799a13b46 (diff) |
Removed etc/colors
Diffstat (limited to 'etc/functions/warn')
-rw-r--r-- | etc/functions/warn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/warn b/etc/functions/warn index 4180025..789a9ef 100644 --- a/etc/functions/warn +++ b/etc/functions/warn @@ -1,2 +1,2 @@ ## vim:ft=zsh -echo -e "${warn}${*}${reset}" > /dev/stderr +echo -e "\e[1;33m${*}\e[0m" > /dev/stderr |