flocon/bash/.bash_profile

7 lines
78 B
Bash
Raw Normal View History

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
. "$HOME/.cargo/env"