Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #13742
Ticket #13742
: profile
File profile,
189 bytes
(added by
mellonjasper@…
,
17 years ago
)
/etc/profile
Line
1
# System-wide .profile for sh(1)
2
3
if [ -x /usr/libexec/path_helper ]; then
4
eval `/usr/libexec/path_helper -s`
5
fi
6
7
if [ "${BASH-no}" != "no" ]; then
8
[ -r /etc/bashrc ] && . /etc/bashrc
9
fi
Download in other formats:
Original Format