diff options
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" |