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 GOPATH="${HOME}/.go"
|
||||||
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
|
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||||
|
cargo="${HOME}/.cargo/bin:$PATH"
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
|
$cargo
|
||||||
$GOPATH
|
$GOPATH
|
||||||
$PSQLAPP
|
$PSQLAPP
|
||||||
$path)
|
$path)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user