mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 20:30:09 +00:00
Merge pull request #984 from vmalloc/less_r_pager
Pager is 'less -R' to support colored outputs
This commit is contained in:
commit
38d537f9e7
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ bindkey "^[m" copy-prev-shell-word
|
|||
setopt long_list_jobs
|
||||
|
||||
## pager
|
||||
export PAGER=less
|
||||
export PAGER="less -R"
|
||||
export LC_CTYPE=$LANG
|
||||
|
|
Loading…
Reference in a new issue