From d91b82deab6a67189c3f122a7c73cd791ae9781f Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Thu, 14 Sep 2023 14:02:02 +0200 Subject: [PATCH] add in go path --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 0ed970c..937c993 100755 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -2,7 +2,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct # Path exprt (.zshenv method doesn't work with gentoo for no real reason) typeset -U PATH path -path=("$HOME/.local/share/cargo/bin" "$HOME/.local/bin" "$HOME/bin/dmenu" "$HOME/bin/misc" "$HOME/bin/statusbar" "$HOME/bin/tmux" "$path[@]") +path=("$HOME/.local/share/cargo/bin" "$HOME/.local/share/go/bin/" "$HOME/.local/bin" "$HOME/bin/dmenu" "$HOME/bin/misc" "$HOME/bin/statusbar" "$HOME/bin/tmux" "$path[@]") export PATH export SXHKD_SHELL='/bin/sh'