diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-08-28 15:43:54 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-08-28 15:43:54 +0200 |
commit | e26981f69724ef8b31e145dd73d55a035d92abe8 (patch) | |
tree | 8631a9011535ceb4fcb16ee45c164c81a20988b6 /bash | |
parent | 627fc68eebf706e9ce446bd9765e6aa2654108ef (diff) | |
download | dotfiles-e26981f69724ef8b31e145dd73d55a035d92abe8.tar.gz |
go bin
Diffstat (limited to 'bash')
-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 |