Update
This commit is contained in:
12
cargo/env
12
cargo/env
@@ -1 +1,11 @@
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
#!/bin/sh
|
||||
# rustup shell setup
|
||||
# affix colons on either side of $PATH to simplify matching
|
||||
case ":${PATH}:" in
|
||||
*:"$HOME/.cargo/bin":*)
|
||||
;;
|
||||
*)
|
||||
# Prepending path in case a system-installed rustc needs to be overridden
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user