summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-27 20:56:34 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-27 20:57:57 +0200
commitc1ef5d2e35ddf0a6d3302f43d273c93a005d167d (patch)
treeceeb87d6adb02cfbb88751635b3d9e58f1a09599
parentcd1a20d2dd5059285f18d0c79779745af412c055 (diff)
downloaddotfiles-c1ef5d2e35ddf0a6d3302f43d273c93a005d167d.tar.gz
dotfiles-c1ef5d2e35ddf0a6d3302f43d273c93a005d167d.tar.bz2
dotfiles-c1ef5d2e35ddf0a6d3302f43d273c93a005d167d.zip
Go Path Support
-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)