diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile
index 14ae02c7..3fd46657 100644
--- a/.config/zsh/.zprofile
+++ b/.config/zsh/.zprofile
@@ -130,7 +130,8 @@ for NEW_PATH in \
     "${XDG_DATA_HOME}/cargo/bin" \
     "${XDG_CONFIG_HOME}/composer/vendor/bin" \
     "$(gem environment gempath)" \
-    "$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')"
+    "$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')" \
+    "${GOPATH}/bin"
 do
     case ":$PATH:" in
     *":$NEW_PATH:"*) ;;