diff options
| -rw-r--r-- | dot_zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_zprofile b/dot_zprofile index 9bcc2a2..8ce7130 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -1,3 +1,6 @@ +# Neovim as editor +export EDITOR="nvim ." + # "bat" as manpager export MANPAGER="sh -c 'col -bx | bat -l man -p'" |
