Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #17273
Ticket #17273
: profile
File profile,
181 bytes
(added by
chris@…
,
16 years ago
)
Line
1
2
##
3
# DELUXE-USR-LOCAL-BIN-INSERT
4
# (do not remove this comment)
5
##
6
echo $PATH | grep -q -s "/usr/local/bin"
7
if [ $? -eq 1 ] ; then
8
PATH=$PATH:/usr/local/bin
9
export PATH
10
fi
Download in other formats:
Original Format