diff --git a/.zshrc b/.zshrc index 9958d4c..4f09f8c 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:$PATH +export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$PATH # Path to your Oh My Zsh installation. export ZSH="$HOME/.oh-my-zsh"