From a1f9cbc4625076fb44cc7762be37697e1b5ea330 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Mon, 8 Jan 2024 16:14:19 +0100 Subject: [PATCH] Fix typo. --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index d208315..d0617c6 100755 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -1,6 +1,6 @@ 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 path=("$HOME/.local/bin" "$HOME/bin/dmenu" "$HOME/bin/misc" "$HOME/bin/statusbar" "$HOME/bin/tmux" "$path[@]") export PATH