summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-05-01 21:20:54 -0700
committerxyz <gky44px1999@gmail.com>2021-05-01 21:20:54 -0700
commit5805526dbceaaf1e460e43516b3e672bd3b06a2d (patch)
tree6f8c538c7b87b853f030da6867807c86f74046f7 /.bash_profile
parent44d50e96d29e3f252ce2da280d5de95c43e2199d (diff)
test gpg with another key
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 49db3288..7d007248 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 them
+# startx when login, should be put after environmental variables for .xinitrc to use
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
- exec startx
+ exec startx
fi