rootfiles/dot-bash_profile
Ondrej Vasik a8ed657cfd removed clear from dot-bash_logout(synchronized with bash, #429406),
removed unset USERNAME from dot-bash_profile (synchronized with bash,
    #196735)
2009-03-30 11:51:09 +00:00

13 lines
176 B
Plaintext

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH