From 812e8e8d515e883ab3072c5859f95fd6dcc8ebcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sat, 24 Apr 2021 15:03:01 +0200 Subject: [PATCH] add Go bin directory to PATH --- zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zprofile b/zsh/.zprofile index 3144413..a084100 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -2,6 +2,7 @@ export XDG_DATA_DIRS="$HOME/.nix-profile/share:/usr/local/share/:/usr/share/" path+=("${HOME}/scripts") path+=("${HOME}/.local/bin") +path+=("$(go env GOPATH)/bin") export PATH source ~/.config/.env