Adding Cargo for zuk.
I may want to have it check normal places by default. I haven't done this as I can see this being used for malicious overwriting of commands.
This commit is contained in:
parent
a8724ce37e
commit
267f482bd1
|
@ -1,6 +1,9 @@
|
|||
export GOPATH="${HOME}/.go"
|
||||
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||
cargo="${HOME}/.cargo/bin:$PATH"
|
||||
|
||||
path=(
|
||||
$cargo
|
||||
$GOPATH
|
||||
$PSQLAPP
|
||||
$path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user