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

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

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