setup/source-cshlocal-when-login.patch

14 lines
427 B
Diff
Raw Normal View History

2019-09-30 11:16:59 -04:00
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"