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

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

PATH=/sbin:$PATH

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