From 130d7b10f5e315bd6be89a51cb410270fa461aa2 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Sat, 8 Jun 2024 22:13:52 -0500 Subject: feat(zsh): add .zshenv to sourcing --- dot_zshrc.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dot_zshrc.tmpl') diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 5c67436..d109516 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -18,6 +18,9 @@ setopt interactive_comments # Add ~/.local/bin to $PATH export PATH="$PATH:$HOME/.local/bin" +# Add go binaries to $PATH +export PATH="$PATH:$HOME/go/bin" + # Basic auto/tab complete: autoload -U compinit zstyle ':completion:*' menu select @@ -131,5 +134,8 @@ alias zource='source $HOME/.zshrc' # Source the zprofile source $HOME/.zprofile +# Source zshenv +source $HOME/.zshenv + # Load Starship eval "$(starship init zsh)" -- cgit v1.2.3