replace rust env declaration

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-08-27 23:46:32 -05:00
parent 574692268e
commit f5427e049a
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ export PATH="$HOME/.local/bin:$PATH"
export PATH="/opt/zls/bin:$PATH"
# Rust
source "$HOME/.cargo/env"
. "$HOME/.cargo/env"
# Yarn Global
export PATH="$HOME/.yarn/bin:$PATH"