diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-12 22:02:20 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-12 22:02:20 +0100 |
commit | c7927ea61730bd6d8a283078d89dffdca08535cd (patch) | |
tree | 2f6098a2aa4070d9d35c6a4c1cf9614a8da9c0f6 /etc/rc_status | |
parent | d3d4767fb5ba7e036cdbb8e351f678e54e95078f (diff) |
Merge stuff into .zshrc
Diffstat (limited to 'etc/rc_status')
-rw-r--r-- | etc/rc_status | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/rc_status b/etc/rc_status deleted file mode 100644 index 0ff7193..0000000 --- a/etc/rc_status +++ /dev/null @@ -1,7 +0,0 @@ -## vim:ft=zsh -function zrc_status { - echo -n "\r\e[2K\e[0;36m䷢\e[0m $*" -} -function zrc_info { - echo "\e[0;36mℹ\e[0m $*" -} |