Update home-manager
This commit is contained in:
parent
f7a1ecaed3
commit
1690431b97
4 changed files with 7 additions and 20 deletions
|
|
@ -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)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue