1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

BSD: Add /usr/local/bin to the default PATH on login

This commit is contained in:
Marcin Cieslak 2012-09-10 04:38:04 +02:00 committed by Jon Trulson
parent c3cb5b8aa6
commit 071da0d223

View file

@ -135,8 +135,10 @@ XCOMM To specify a default user PATH environment variable.
XCOMM XCOMM
XCOMM Dtlogin*userPath: <path> XCOMM Dtlogin*userPath: <path>
#if defined(linux) || defined(CSRG_BASED) #if defined(linux)
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/dt/bin Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/dt/bin
#elif defined(CSRG_BASED)
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/dt/bin
#endif #endif