source: trunk/debathena/config/nmh-config/debian/80-csh-add-mh-path @ 24757

Revision 24757, 146 bytes checked in by geofft, 14 years ago (diff)
In nmh-config: * In the shell startup configuration to add /usr/bin/mh to your path if you're an MH user, be slightly more robust to missing tokens, and only test for ~/.config/ file existence as opposed to readability.
Line 
1if (("$PATH" !~ "*:/usr/bin/mh") && ((-e ~/Mail/context) || (-e ~/.config/debathena/nmh-in-path))) then
2  setenv PATH "${PATH}:/usr/bin/mh"
3endif
Note: See TracBrowser for help on using the repository browser.