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/cleanup | |
parent | 3aa9e5592a0f44c05f60313fdca62328900f7ea5 (diff) |
zshrc: Do nothing except including files
Diffstat (limited to 'etc/cleanup')
-rw-r--r-- | etc/cleanup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/cleanup b/etc/cleanup new file mode 100644 index 0000000..834f6b0 --- /dev/null +++ b/etc/cleanup @@ -0,0 +1,9 @@ +## vim:ft=zsh +# cleanup +echo -n "\r\e[2K" +unalias 'linux:' +unalias 'openbsd:' +unfunction zrc_status zrc_info +unfunction xexport xsource +unset system distro +unset ps_fail ps_green ps_info ps_red ps_reset ps_yellow |