aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-08-28 15:43:54 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-08-28 15:43:54 +0200
commite26981f69724ef8b31e145dd73d55a035d92abe8 (patch)
tree8631a9011535ceb4fcb16ee45c164c81a20988b6 /bash
parent627fc68eebf706e9ce446bd9765e6aa2654108ef (diff)
downloaddotfiles-e26981f69724ef8b31e145dd73d55a035d92abe8.tar.gz
go bin
Diffstat (limited to 'bash')
-rw-r--r--bash/env.profile1
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