aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_profile
blob: d7df6a9d3ca339b514edac7ba2cef86b27c038ed (plain)
1
2
3
4
5
6
7
8
# .bash_profile

# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc



export PATH="$HOME/.poetry/bin:$PATH"