]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - bash/dot_bash_profile
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/ipfire-3.x.git] / bash / dot_bash_profile
CommitLineData
1034db5f 1# .bash_profile
da5e21dc 2
1034db5f
MT
3# Get the aliases and functions
4if [ -f ~/.bashrc ]; then
5 . ~/.bashrc
da5e21dc
MT
6fi
7
1034db5f 8# User specific environment and startup programs
da5e21dc 9
1034db5f 10PATH=$PATH:$HOME/bin
da5e21dc 11
1034db5f 12export PATH