feat(ZSH): Use 'bat' as PAGER and 'nvim' as MANPAGER
This commit is contained in:
parent
1e8aae0c05
commit
06f70c14cc
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