summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-07-28 19:52:22 -0700
committerxyz <gky44px1999@gmail.com>2021-07-28 19:52:22 -0700
commit82349fb8d151c61961f8011d6a0e29f691ac7d07 (patch)
tree3526793428bf45935c8525cae09676b498d927e0 /.bash_profile
parentb5b8292697f35e9db97011c54666389232a9a578 (diff)
patch
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 1b47b3ee..07bb893b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -12,7 +12,7 @@ export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH"
export HISTSIZE=4000
export HISTFILESIZE=4000
-export MANPAGER="nvim +Man!"
+export MANPAGER='nvim +Man!'
export EDITOR=nvim
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"