summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-05-01 21:00:11 -0700
committerxyz <gky44px1999@gmail.com>2021-05-01 21:00:11 -0700
commit44d50e96d29e3f252ce2da280d5de95c43e2199d (patch)
tree84ac8419e3019a0b4c468811198d621968011db5 /.bash_profile
parent9628feeedc0999bc21399249f07d4e4118c5a637 (diff)
test gpg
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index f2063d32..49db3288 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -13,7 +13,7 @@ export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
#export QT_QPA_PLATFORMTHEME=qt5ct
export QT_STYLE_OVERRIDE=kvantum
-# startx when login, should be put after environmental variables so .xinitrc can use $XDG_CONFIG_HOME
+# startx when login, should be put after environmental variables so .xinitrc can use them
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi