Fixed syntax error in .zshenv.
Source .znewterm unconditionally.
This commit is contained in:
parent
33d35732ef
commit
69d994fd49
2
.zshenv
2
.zshenv
|
@ -74,6 +74,6 @@ then
|
||||||
elif [ -x /usr/local/bin/less ]
|
elif [ -x /usr/local/bin/less ]
|
||||||
then
|
then
|
||||||
export PAGER=/usr/local/bin/less
|
export PAGER=/usr/local/bin/less
|
||||||
elif
|
fi
|
||||||
export XAUTHORITY=$HOME/.Xauthority
|
export XAUTHORITY=$HOME/.Xauthority
|
||||||
export CVSROOT=/nfs/wsrdb/usr/local/src/master
|
export CVSROOT=/nfs/wsrdb/usr/local/src/master
|
||||||
|
|
Loading…
Reference in New Issue