diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-20 00:34:43 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-20 00:34:43 -0700 |
commit | 65143e631f37954a7c3fc6aedabd1e30f56518b0 (patch) | |
tree | c22b0ccd6500c8753e91a2ff560f59af12b1a54b /.bash_profile | |
parent | 4b4f034705ac668d268b48c7e23ff879e05e404e (diff) |
organize code
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 4eec4aa1..c875ab0d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -10,7 +10,7 @@ export XDG_DATA_HOME="$HOME/.local/share" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export MANPAGER="nvim +Man!" export EDITOR=nvim -export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc +export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" #export QT_QPA_PLATFORMTHEME=qt5ct export QT_STYLE_OVERRIDE=kvantum |