summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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