diff --git a/csh.login b/csh.login index 51902e8..b6ef2e8 100644 --- a/csh.login +++ b/csh.login @@ -22,7 +22,7 @@ set history=1000 if ( -d /etc/profile.d ) then set nonomatch - foreach i ( /etc/profile.d/*.csh ) + foreach i ( /etc/profile.d/*.csh /etc/profile.d/csh.local ) if ( -r "$i" ) then if ($?prompt) then source "$i"