6 lines
78 B
Text
6 lines
78 B
Text
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
. "$HOME/.cargo/env"
|