This repository has been archived on 2021-04-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
bare-dotfiles/.bash_profile
2020-05-27 11:24:10 -04:00

8 lines
130 B
Bash

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
export PATH="$HOME/.cargo/bin:$PATH"