I want to modify my default PATH for the default shell in Terminal. Can't figure out where the .profile or _login files are on Tiger.
Thanks!
Thanks!
# System-wide .profile for sh(1)
JRUBY_HOME="/Users/toddburch/jruby-1.0.1"
PATH="/bin:/sbin:/usr/bin:/usr/sbin:$JRUBY_HOME/bin"
export PATH
if [ "${BASH-no}" != "no" ]; then
[ -r /etc/bashrc ] && . /etc/bashrc
fi
Is that poor form?
yellow$ more profile
# System-wide .profile for sh(1)
if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi
if [ "${BASH-no}" != "no" ]; then
[ -r /etc/bashrc ] && . /etc/bashrc
fi
PATH=$PATH[COLOR="RoyalBlue"]:/usr/local/bin:/sw/bin:/sw/sbin:/Developer/Tools:/usr/X11R6/bin[/COLOR]
export PATH
Under Leopard, simply modify /etc/paths