feat(ZSH): Use 'bat' as PAGER and 'nvim' as MANPAGER
This commit is contained in:
parent
db967e3b46
commit
05af331733
3
.zshenv
3
.zshenv
@ -23,7 +23,8 @@ export PATH
|
|||||||
export LANG=fr_FR.UTF-8
|
export LANG=fr_FR.UTF-8
|
||||||
|
|
||||||
# Reading / Browse (manpages, websites, etc.)
|
# Reading / Browse (manpages, websites, etc.)
|
||||||
export PAGER=most
|
export PAGER="bat"
|
||||||
|
export MANPAGER="nvim +Man!"
|
||||||
export BROWSER=elinks
|
export BROWSER=elinks
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
|
Loading…
Reference in New Issue
Block a user