diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 00:55:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 00:55:56 +0200 |
commit | efae82e2d3639518090fe6dc61571d3a27d1c912 (patch) | |
tree | 4725507ae33c1c281f06db40438c82c72a07490c /etc | |
parent | d1cafa7dc2ce021678d3b91fc68fc7c38fbc9779 (diff) |
etc/rc: Do not unset ZDIR as it's needed for runtime prompt changes
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ ## vim:ft=zsh -## internal stuff +## mostly internal stuff ZDIR=$HOME/packages/zsh/etc uname=$(uname) alias 'linux:'='[ $uname = Linux ] &&' @@ -31,5 +31,4 @@ umask 077 ## cleanup unalias 'linux:' unalias 'openbsd:' -unset ZDIR unset uname |