diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index d0617c6..c2d4094 100755 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -2,7 +2,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct # Path export (.zshenv method doesn't work with gentoo for no real reason) typeset -U PATH path -path=("$HOME/.local/bin" "$HOME/bin/dmenu" "$HOME/bin/misc" "$HOME/bin/statusbar" "$HOME/bin/tmux" "$path[@]") +path=("$HOME/.local/bin" "$HOME/.local/share/go/bin" "$HOME/bin/dmenu" "$HOME/bin/misc" "$HOME/bin/statusbar" "$HOME/bin/tmux" "$path[@]") export PATH export SXHKD_SHELL='/bin/sh'