Fix Bash configuration
This commit is contained in:
5
bash/.bashrc.d/cargo.sh
Executable file
5
bash/.bashrc.d/cargo.sh
Executable 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