Fix filetype in git pager

This commit is contained in:
Marko Korhonen 2022-08-05 09:38:06 +03:00
parent bb6771e968
commit 558fecd30b
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -51,7 +51,7 @@ export DOTREPO="$HOME/git/dotfiles"
# nvim ftw!
export EDITOR=nvim
export PAGER="$EDITOR -R +\"lua require 'pager'\""
export GIT_PAGER="$EDITOR -R +\"lua require 'pager'\""
export GIT_PAGER="$EDITOR -c 'set ft=git' -R +\"lua require 'pager'\""
export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
export AUR_PAGER=$EDITOR
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"