Update path.

This commit is contained in:
CronyAkatsuki 2024-01-08 16:14:25 +01:00
parent a1f9cbc462
commit c2251eab55

View File

@ -2,7 +2,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct
# Path export (.zshenv method doesn't work with gentoo for no real reason) # Path export (.zshenv method doesn't work with gentoo for no real reason)
typeset -U PATH path 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 PATH
export SXHKD_SHELL='/bin/sh' export SXHKD_SHELL='/bin/sh'