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

Revision 24757, 112 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 [ -e ~/Mail/context ] || [ -e ~/.config/debathena/nmh-in-path ]; then
2    export PATH="$PATH:/usr/bin/mh"
3fi
Note: See TracBrowser for help on using the repository browser.