summaryrefslogtreecommitdiffstats
path: root/source/a/etc/_etc/etc/profile.d/home-profile.d.csh.new
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/etc/_etc/etc/profile.d/home-profile.d.csh.new')
-rwxr-xr-xsource/a/etc/_etc/etc/profile.d/home-profile.d.csh.new9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/a/etc/_etc/etc/profile.d/home-profile.d.csh.new b/source/a/etc/_etc/etc/profile.d/home-profile.d.csh.new
new file mode 100755
index 000000000..13da1e238
--- /dev/null
+++ b/source/a/etc/_etc/etc/profile.d/home-profile.d.csh.new
@@ -0,0 +1,9 @@
+#!/bin/csh
+
+if ( -d "$HOME/.profile.d") then
+ foreach i ("$HOME"/.profile.d/*.csh)
+ source "$i"
+ end
+endif
+
+unsetenv i