Relocated Cargo bin path into base zshenv
This commit is contained in:
parent
ea79200290
commit
468c6f9f19
|
@ -1,9 +1,7 @@
|
|||
export GOPATH="${HOME}/.go"
|
||||
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||
cargo="${HOME}/.cargo/bin:$PATH"
|
||||
|
||||
path=(
|
||||
$cargo
|
||||
$GOPATH
|
||||
$PSQLAPP
|
||||
$path)
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
GOLANG_PATH="/usr/lib/go/bin"
|
||||
export GOPATH="$HOME/src/go"
|
||||
|
||||
CARGO_BIN="$HOME/.cargo/bin"
|
||||
|
||||
path=(
|
||||
$CARGO_BIN
|
||||
$GOPATH
|
||||
$GOLANG_PATH
|
||||
$path)
|
||||
|
|
|
@ -67,6 +67,7 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7"
|
|||
|
||||
typeset -gU path
|
||||
path=(
|
||||
$HOME/.cargo/bin/
|
||||
$HOME/.scripts/
|
||||
$HOME/.emacs.d/bin/
|
||||
$HOME/.yarn/bin/
|
||||
|
|
Loading…
Reference in New Issue
Block a user