diff --git a/.profile b/.profile index c1e9129..1e7ee3e 100644 --- a/.profile +++ b/.profile @@ -30,6 +30,10 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi +if [ -d "$(go env GOBIN)" ] ; then + PATH="$(go env GOBIN):$PATH" +fi + # Install the git-sync script if [ -d "$(systemd-path user-state-private)"/git-sync ] ; then PATH="$(systemd-path user-state-private)/git-sync:$PATH"