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