The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
/private/etc/profile
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games' export PS1='\h:\w \u\$ ' umask 022
for i in /etc/profile.d/*.sh ; do
if [ -r "$i" ]; then . $i fi
done