diff --git a/base/.xprofile b/base/.xprofile index c65458e1..be546eda 100644 --- a/base/.xprofile +++ b/base/.xprofile @@ -5,7 +5,7 @@ XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME -export PATH="$HOME/.local/bin" +export PATH="$HOME/.local/bin:$PATH" # [ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH" picom -b &