4 lines
62 B
Bash
4 lines
62 B
Bash
. "$HOME/.cargo/env"
|
|
|
|
if [ -f ~/.zshrc ]; then . ~/.zshrc; fi
|
. "$HOME/.cargo/env"
|
|
|
|
if [ -f ~/.zshrc ]; then . ~/.zshrc; fi
|