fix zsh.d files
This commit is contained in:
3
.zsh.d/10-rust.zsh
Normal file
3
.zsh.d/10-rust.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
if test -d "$HOME/.cargo/bin"; then
|
||||
export PATH="${PATH}:$HOME/.cargo/bin"
|
||||
fi
|
||||
Reference in New Issue
Block a user