mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-04 05:34:25 +08:00
Pager is 'less -R' to support colored outputs
This commit is contained in:
parent
1120f97305
commit
19bf83e17d
@ -9,5 +9,5 @@ bindkey "^[m" copy-prev-shell-word
|
|||||||
setopt long_list_jobs
|
setopt long_list_jobs
|
||||||
|
|
||||||
## pager
|
## pager
|
||||||
export PAGER=less
|
export PAGER="less -R"
|
||||||
export LC_CTYPE=$LANG
|
export LC_CTYPE=$LANG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user