diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-22 10:57:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-22 10:57:53 +0100 |
commit | 8a6d0b76391dbec475293833d09b398ddad84e9a (patch) | |
tree | 916b2d1273f5f480ba7708c1632f8b2b48566171 /etc/rc_status | |
parent | 3aa9e5592a0f44c05f60313fdca62328900f7ea5 (diff) |
zshrc: Do nothing except including files
Diffstat (limited to 'etc/rc_status')
-rw-r--r-- | etc/rc_status | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/rc_status b/etc/rc_status new file mode 100644 index 0000000..58e6f53 --- /dev/null +++ b/etc/rc_status @@ -0,0 +1,7 @@ +## 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 $*" +} |