summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-09-09 23:48:04 -0700
committerxyz <gky44px1999@gmail.com>2021-09-09 23:48:04 -0700
commit2b69161bbee641bf1ae339febc74617ed6407e2e (patch)
treed39935e00ff70fb8c12937f414a45a46688596c9 /.bash_profile
parent3f4defd111fc1011c79a83635a3180b3ec21f8b1 (diff)
refactor
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 3b143e96..429ab6cb 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -33,7 +33,7 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
#export QT_QPA_PLATFORMTHEME=qt5ct
export QT_STYLE_OVERRIDE=kvantum
-export SDCV_PAGER="less --quit-if-one-screen -RX"
+export SDCV_PAGER='less --quit-if-one-screen -RX'
export SXHKD_SHELL=sh
export _ZO_ECHO=1
@@ -61,6 +61,6 @@ export SCRWIDTH=1600
export SCRHEIGHT=900
# startx when login, should be put after environmental variables for .xinitrc to use
-if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
+if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi