Add $GOPATH/bin to PATH

This commit is contained in:
Jeffrey Serio 2024-11-18 11:39:15 -06:00
parent 1a1d0ebde5
commit 51ba8e5a9e

View File

@ -95,6 +95,9 @@ export PATH="${HOME}/.local/bin:${PATH}"
# Add ~/bin to PATH
export PATH="${HOME}/bin:${PATH}"
# Add ~/go/bin to PATH
export PATH="${HOME}/go/bin:${PATH}"
# Automatically remove duplicates from these arrays
typeset -gU path cdpath manpath fpath