Home | History | Annotate | Download | only in scripts

Lines Matching refs:HOME

50 	if [ -f "${HOME}/.tcshrc" ]; then
51 RC="${HOME}/.tcshrc"
53 RC="${HOME}/.cshrc"
69 if [ -e "${HOME}/.bash_profile" ]; then
70 PR="${HOME}/.bash_profile"
71 elif [ -e "${HOME}/.bash_login" ]; then
72 PR="${HOME}/.bash_login"
73 elif [ -e "${HOME}/.profile" ]; then
74 PR="${HOME}/.profile"
76 PR="${HOME}/.bash_profile"
80 PR="${HOME}/.zprofile"
83 PR="${HOME}/.profile"