]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/bash/dot_bash_profile
core125: Ship JSON-C
[people/pmueller/ipfire-2.x.git] / config / bash / dot_bash_profile
CommitLineData
b21b0df6
MT
1# .bash_profile
2
3# Get the aliases and functions
4if [ -f ~/.bashrc ]; then
5 . ~/.bashrc
6fi
7
8# User specific environment and startup programs
9
10PATH=$PATH:$HOME/bin
11
12export PATH