Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 20efd90e8002460a95c2e7da05b0bb61 > files > 36

bash-3.2-5mdv2008.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 ]; 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