This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# .bash_profile
|
|
|
|
# Get the aliases and functions
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|
|
|
|
export PATH="$HOME/.cargo/bin:$PATH"
|