Fixed syntax error in .zshenv.

Source .znewterm unconditionally.
This commit is contained in:
hjp 1996-02-22 13:39:40 +00:00
parent 33d35732ef
commit 69d994fd49
2 changed files with 2 additions and 5 deletions

View File

@ -74,6 +74,6 @@ then
elif [ -x /usr/local/bin/less ]
then
export PAGER=/usr/local/bin/less
elif
fi
export XAUTHORITY=$HOME/.Xauthority
export CVSROOT=/nfs/wsrdb/usr/local/src/master

5
.zshrc
View File

@ -42,7 +42,4 @@ setenv(){
cls() { clear; true }
if [[ "$SHLVL" = 1 ]]
then
source .znewterm
fi
source .znewterm