From b15a6d5cc2d7782545d9daec9b3d257579db06af Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 18 Feb 2021 21:03:00 -0500 Subject: [PATCH] Ensure local path --- config/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/profile b/config/profile index 2390b9d..35e19fc 100644 --- a/config/profile +++ b/config/profile @@ -1,3 +1,6 @@ +PATH=$PATH:~/.local/bin +export PATH + if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then exec startx fi