Fix typo.

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

View File

@ -1,6 +1,6 @@
export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORMTHEME=qt5ct
# Path exprt (.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/bin/dmenu" "$HOME/bin/misc" "$HOME/bin/statusbar" "$HOME/bin/tmux" "$path[@]")
export PATH export PATH