From c1ef5d2e35ddf0a6d3302f43d273c93a005d167d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 27 May 2020 20:56:34 +0200 Subject: Go Path Support --- .zshenv | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3