comparison .bashrc @ 332:d0f91aad5f84

better
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 17 Jun 2013 23:47:14 -0700
parents 133eb1ade1dd
children 5b67dd5ce0ba
comparison
equal deleted inserted replaced
331:133eb1ade1dd 332:d0f91aad5f84
1 source /etc/profile 1 PROFILE=/etc/profile
2 if [ -e "${PROFILE}" ]
3 then
4 . "${PROFILE}"
5 fi
2 6
3 # Test for an interactive shell. There is no need to set anything 7 # Test for an interactive shell. There is no need to set anything
4 # past this point for scp and rcp, and it's important to refrain from 8 # past this point for scp and rcp, and it's important to refrain from
5 # outputting anything in those cases. 9 # outputting anything in those cases.
6 if [[ $- != *i* ]] ; then 10 if [[ $- != *i* ]] ; then