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:
parent
c3cb5b8aa6
commit
071da0d223
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue