From 6525c27489aee971edf03e0c36dadddb6c7c261d Mon Sep 17 00:00:00 2001 From: fhdk Date: Sat, 21 Dec 2019 15:35:30 +0100 Subject: [PATCH] Add .local/bin to path --- base/.xprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 &