From 69088aebab0e2320b44ccd53b5ac45e44f13993d Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 15 Sep 2023 08:36:25 +0200 Subject: [PATCH] profile: add .local/bin to PATH --- dots/.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.profile b/dots/.profile index 84d218f..92cbe0e 100644 --- a/dots/.profile +++ b/dots/.profile @@ -4,3 +4,5 @@ export PROFILE_LOADED_=1 export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx + +PATH="$PATH:$HOME/.local/bin"