diff options
author | xyz <gky44px1999@gmail.com> | 2021-07-28 19:52:22 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-07-28 19:52:22 -0700 |
commit | 82349fb8d151c61961f8011d6a0e29f691ac7d07 (patch) | |
tree | 3526793428bf45935c8525cae09676b498d927e0 /.bash_profile | |
parent | b5b8292697f35e9db97011c54666389232a9a578 (diff) |
patch
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 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" |