Update PATH variable
This commit is contained in:
parent
23bd36d9cb
commit
7c06808323
@ -2,7 +2,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct
|
|||||||
|
|
||||||
# Path exprt (.zshenv method doesn't work with gentoo for no real reason)
|
# Path exprt (.zshenv method doesn't work with gentoo for no real reason)
|
||||||
typeset -U PATH path
|
typeset -U PATH 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[@]")
|
path=("$HOME/.local/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'
|
||||||
|
Loading…
Reference in New Issue
Block a user