mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-25 03:43:43 +01:00
Add $GOPATH/bin to PATH
This commit is contained in:
parent
1a1d0ebde5
commit
51ba8e5a9e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user