Fix filetype in git pager

main
Marko Korhonen 2 years ago
parent bb6771e968
commit 558fecd30b
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

@ -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!"

Loading…
Cancel
Save