Posted by: Mike H
« on: June 01, 2007, 07:12:53 PM »Thanks dunkers and hs2. Both solutions work for my needs. hs2 was right about the path. This line in the .bashrc fixed it:
if [ -z $PROFILE_READ ]; then
echo "sourcing /etc/profile"
. /etc/profile
fi
hs2, I also have adopted your method for putting all aliases in a separate .alias file.
I'd give HPs to both of you but I don't see the thumbs up icon for doing that. (something about needing 5 posts?).
I think for now dunkers has the simpler solution so I've got that set in my current project.
thanks again,
Mike
if [ -z $PROFILE_READ ]; then
echo "sourcing /etc/profile"
. /etc/profile
fi
hs2, I also have adopted your method for putting all aliases in a separate .alias file.

I'd give HPs to both of you but I don't see the thumbs up icon for doing that. (something about needing 5 posts?).
I think for now dunkers has the simpler solution so I've got that set in my current project.
thanks again,
Mike
