Fixing PATH for go

This commit is contained in:
MangoPig 2025-12-03 04:25:40 +00:00
parent b14dccdae0
commit 735a23be7e

1
.zshrc
View File

@ -54,3 +54,4 @@ eval "$(zoxide init --cmd cd zsh)"
# Add to PATH
export PATH="$HOME/.local/bin:$PATH"
export PATH="/usr/local/go/bin/go:$PATH"