flocon/dot_bash_profile

7 lines
78 B
Text
Raw Normal View History

2023-09-20 16:16:15 +00:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
. "$HOME/.cargo/env"