From 69d994fd49bfd457b8abddc7b13c982627fc6eed Mon Sep 17 00:00:00 2001 From: hjp Date: Thu, 22 Feb 1996 13:39:40 +0000 Subject: [PATCH] Fixed syntax error in .zshenv. Source .znewterm unconditionally. --- .zshenv | 2 +- .zshrc | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.zshenv b/.zshenv index 6fea9f7..d6c910a 100644 --- a/.zshenv +++ b/.zshenv @@ -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 diff --git a/.zshrc b/.zshrc index 4cf6dfc..f73faac 100644 --- a/.zshrc +++ b/.zshrc @@ -42,7 +42,4 @@ setenv(){ cls() { clear; true } -if [[ "$SHLVL" = 1 ]] -then - source .znewterm -fi +source .znewterm