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:
James Patrick 2020-07-21 11:38:34 -04:00
parent a8724ce37e
commit 267f482bd1
1 changed files with 3 additions and 0 deletions

View File

@ -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)