From 468c6f9f197ef6cfac2ccb9833eed1f80d6df212 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 21 Jul 2020 20:55:45 -0400 Subject: [PATCH] Relocated Cargo bin path into base zshenv --- zsh/environment/host/wok/zshenv | 2 -- zsh/environment/host/zuk/zshenv | 2 -- zsh/zshenv | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/zsh/environment/host/wok/zshenv b/zsh/environment/host/wok/zshenv index 50cd3ec..5556551 100644 --- a/zsh/environment/host/wok/zshenv +++ b/zsh/environment/host/wok/zshenv @@ -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) diff --git a/zsh/environment/host/zuk/zshenv b/zsh/environment/host/zuk/zshenv index 899bd38..677065a 100644 --- a/zsh/environment/host/zuk/zshenv +++ b/zsh/environment/host/zuk/zshenv @@ -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) diff --git a/zsh/zshenv b/zsh/zshenv index 2ce6d64..c163d30 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -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/