diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-11 19:08:26 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-11 19:08:26 -0700 |
commit | f06f03b1c1c06ddb8568e81a435cfd99ff9d5d29 (patch) | |
tree | 3708c0fd1522173443c0ee1e0a3652b1edb66fa3 /.bash_profile | |
parent | cecfcd1d838d539fdb2f401560a335f2add3fd90 (diff) |
env to use sh for sxhkd shell
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 07bb893b..6fe72956 100644 --- a/.bash_profile +++ b/.bash_profile @@ -20,6 +20,7 @@ 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 SXHKD_SHELL=sh #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" #export FZF_CTRL_T_COMMAND="fd --absolute-path --no-ignore --hidden --exclude .git" |