summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-05-27 20:23:35 -0700
committerxyz <gky44px1999@gmail.com>2021-05-27 20:23:35 -0700
commit6f895a31fa8689d8e8d360fee80d2765bcd85cbb (patch)
treefab20133e55058fd1a3adb006afc59de626c2d84 /.bash_profile
parent7d9a71533c3ee0b82bfa58bf3a495386bf868831 (diff)
organize scripts, add PATH
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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