blob: 031ab842b1e32cf625c3d3fe8304bb84a9644c51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
|