summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-05-10 01:23:02 -0700
committerxyz <gky44px1999@gmail.com>2021-05-10 01:23:02 -0700
commit817c126fb58d19203b40ad5c8ebcccb5514147c4 (patch)
tree56ac380c62c0d277130cc11d3f15ccfa650fd2fa /.bash_profile
parentdae3feaf6968525182def7c6f8abd8511f8612c0 (diff)
add default EDITOR env
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 7d007248..4eec4aa1 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -8,7 +8,8 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
-export MANPAGER='nvim +Man!'
+export MANPAGER="nvim +Man!"
+export EDITOR=nvim
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
#export QT_QPA_PLATFORMTHEME=qt5ct
export QT_STYLE_OVERRIDE=kvantum