]> git.ipfire.org Git - ipfire-2.x.git/blob - config/bash/dot_bash_profile
Merge branch 'iptables-upnpfw' into core67-merge
[ipfire-2.x.git] / config / bash / dot_bash_profile
1 # .bash_profile
2
3 # Get the aliases and functions
4 if [ -f ~/.bashrc ]; then
5 . ~/.bashrc
6 fi
7
8 # User specific environment and startup programs
9
10 PATH=$PATH:$HOME/bin
11
12 export PATH