From 267f482bd1858373b59a1ce77cc40116d2cde077 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 21 Jul 2020 11:38:34 -0400 Subject: [PATCH] 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. --- zsh/environment/host/wok/zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/environment/host/wok/zshenv b/zsh/environment/host/wok/zshenv index 275b61c..50cd3ec 100644 --- a/zsh/environment/host/wok/zshenv +++ b/zsh/environment/host/wok/zshenv @@ -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)