~edwardloveall/dotfiles

882416eec5277a09704661531c72dd859b116d2e — Edward Loveall 1 year, 5 months ago ab5a746
Use included script in asdf golang

This got merged so now I don't have to use my own script:

https://github.com/kennyp/asdf-golang/pull/56
1 files changed, 1 insertions(+), 1 deletions(-)

M zsh/dot-zshrc
M zsh/dot-zshrc => zsh/dot-zshrc +1 -1
@@ 104,7 104,7 @@ export RIPGREP_CONFIG_PATH=~/.ripgreprc
export PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"

# go
source ~/.set-go-env.sh
[ -f ~/.asdf/plugins/golang/set-env.zsh ] && source ~/.asdf/plugins/golang/set-env.zsh

### Local overrides ###