1
Fork 0
nixos-system-config/dotfiles/zsh/conf.d/manpager.zsh

6 lines
96 B
Bash
Executable file

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