Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > dda3d33cc741e4623bcaf7c0badb9e8c > files > 45

bash-3.2-10.2mdv2009.0.src.rpm

# .bash_profile

# Initialize keychain if needed
if [ -r $HOME/.ssh/identity -o -r $HOME/.ssh/id_dsa -o -r $HOME/.ssh/id_rsa ]; then
 	if [ ! -d $HOME/.keychain -a -x /usr/bin/keychain ]; then
	        keychain
        fi
fi

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME