From efae82e2d3639518090fe6dc61571d3a27d1c912 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Jun 2008 00:55:56 +0200 Subject: etc/rc: Do not unset ZDIR as it's needed for runtime prompt changes --- etc/rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3