dotfiles/.bash_profile

8 lines
95 B
Bash
Raw Normal View History

2020-02-09 12:29:17 -05:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH="$HOME/.cargo/bin:$PATH"