From 6f895a31fa8689d8e8d360fee80d2765bcd85cbb Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 27 May 2021 20:23:35 -0700 Subject: organize scripts, add PATH --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index c875ab0d..fef1368d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -13,6 +13,7 @@ export EDITOR=nvim export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" #export QT_QPA_PLATFORMTHEME=qt5ct export QT_STYLE_OVERRIDE=kvantum +export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH" # startx when login, should be put after environmental variables for .xinitrc to use if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then -- cgit v1.2.3-70-g09d2