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

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi

# User specific environment and startup programs
. "$HOME/.cargo/env"