Update ZSH configurations
This commit is contained in:
5
profile/.profile.d/rust.sh
Normal file
5
profile/.profile.d/rust.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -e "$HOME/.cargo" ]; then
|
||||
source "$HOME/.cargo/env"
|
||||
fi
|
||||
Reference in New Issue
Block a user