dotfiles/fake_home/.bash_profile

8 lines
79 B
Bash
Raw Normal View History

2020-02-09 12:29:17 -05:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
2021-10-06 13:25:31 -04:00
. "$HOME/.cargo/env"