Update home-manager

This commit is contained in:
Tobias Reisinger 2026-04-21 22:12:22 +02:00
parent f7a1ecaed3
commit 1690431b97
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 20 deletions

View file

@ -3,8 +3,8 @@
# shellcheck disable=2089
[ -x "$(command -v bat)" ] && export MANPAGER="sh -c 'col -bx | bat -l man -p'"
# shellcheck disable=2090
[ -x "$(command -v moar)" ] && export MANPAGER="moar"
[ -x "$(command -v moar)" ] && export PAGER="moar"
[ -x "$(command -v moor)" ] && export MANPAGER="moor"
[ -x "$(command -v moor)" ] && export PAGER="moor"
[ -x "$(command -v nvim)" ] && export EDITOR="$(which nvim)"