1
Fork 0
nixos-system-config/dotfiles/zsh/conf.d/manpager.zsh
2024-07-31 16:39:15 +02:00

7 lines
121 B
Bash
Executable file

#!/usr/bin/env zsh
if [ -n "$(command -v "nvim")" ]; then
export MANPAGER='nvim +Man!'
export EDITOR="nvim"
fi