summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index e3e0b4e..7b44953 100644
--- a/.zshenv
+++ b/.zshenv
@@ -10,6 +10,8 @@ path=(
~/bin
# node stuff
~/.node/bin
+ # go stuff
+ ~/go/bin
# rest
$path)