diff options
Diffstat (limited to 'bash/env.profile')
-rw-r--r-- | bash/env.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.profile b/bash/env.profile index f401cc1..3a9eb2a 100644 --- a/bash/env.profile +++ b/bash/env.profile @@ -10,6 +10,7 @@ function appendpath() { appendpath "$HOME/bin" appendpath "$DOTFILEBASE/scripts" appendpath "$HOME/.local/bin" +appendpath "$HOME/go/bin" export PATH unset appendpath |