From 04104f7b3fbabeb3699cb1f4c2c31022030b9b08 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 3 Aug 2022 00:41:01 -0500 Subject: [PATCH] feat: add go path --- dots/.config/zsh/config/profile/profile/env.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dots/.config/zsh/config/profile/profile/env.zsh b/dots/.config/zsh/config/profile/profile/env.zsh index a653d333..a3012bdf 100644 --- a/dots/.config/zsh/config/profile/profile/env.zsh +++ b/dots/.config/zsh/config/profile/profile/env.zsh @@ -87,6 +87,9 @@ export PATH="${PATH}:${CARGO_HOME}/bin" ## Dotnet ### export PATH="${PATH}:${XDG_DATA_HOME}/dotnet" +### Go ### +export PATH="${PATH}:/usr/local/go/bin" + ### Direnv ### eval "$(direnv hook zsh)"