aboutsummaryrefslogtreecommitdiff
path: root/dot_bash_profile
blob: 6687221378f90a945fbcadb388031102c91c6dc7 (plain)
1
2
3
4
5
6
# .bash_profile

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