blob: 27c5b17c06bfbd8453cad676c9719d0fbd85b0a5 (
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
|