diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 7cd60c08..b11e93e1 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -21,7 +21,7 @@ # SOFTWARE. ## Patch path, if not already done -if [[ "$PATH" != "*$HOME/.local/bin" ]]; then +if [[ "$PATH" != "*$HOME/.local/bin*" ]]; then export PATH="$HOME/.local/bin:$PATH" fi