summaryrefslogtreecommitdiffstats
path: root/source/a/etc/_etc/etc/profile.d/home-profile.d.csh.new
blob: 13da1e238d7047368735a83e32f4c28b993edb9e (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/csh

if ( -d "$HOME/.profile.d") then
  foreach i ("$HOME"/.profile.d/*.csh)
    source "$i"
  end
endif

unsetenv i