summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-07 00:55:56 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-07 00:55:56 +0200
commitefae82e2d3639518090fe6dc61571d3a27d1c912 (patch)
tree4725507ae33c1c281f06db40438c82c72a07490c /etc
parentd1cafa7dc2ce021678d3b91fc68fc7c38fbc9779 (diff)
etc/rc: Do not unset ZDIR as it's needed for runtime prompt changes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 2a1fec2..82300a0 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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