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