From 46f29d06b2c269376c6d49599dca75006c31722e Mon Sep 17 00:00:00 2001 From: PacBangLinux Date: Mon, 23 Dec 2019 07:56:46 +0000 Subject: [PATCH] fix typo export $PATH --- base/.xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &