diff --git a/zsh/.zshrc_arch b/zsh/.zshrc_arch new file mode 100644 index 0000000..8f68027 --- /dev/null +++ b/zsh/.zshrc_arch @@ -0,0 +1,7 @@ +# -- Env Paths --- + +export GOPATH=$HOME/.local/go/ +export GOBIN=$HOME/.local/go/bin +export PATH=$PATH:$GOBIN +export PATH="$HOME/.local/bin:$PATH" +