diff options
author | Robby Russell <robby@planetargon.com> | 2012-06-13 13:22:33 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-06-13 13:22:33 -0700 |
commit | 38d537f9e71992b90e41ff0c083432d0c3ce9539 (patch) | |
tree | ce49bec012f3035d2dca0dddbfa6ab818e2de3af /lib/misc.zsh | |
parent | b84d336672833d7d2162ee583a1ee5384006f3c7 (diff) | |
parent | 19bf83e17d90d64b9bb40f8fd4c36e660e4b17e3 (diff) | |
download | zsh-38d537f9e71992b90e41ff0c083432d0c3ce9539.tar.gz zsh-38d537f9e71992b90e41ff0c083432d0c3ce9539.tar.bz2 zsh-38d537f9e71992b90e41ff0c083432d0c3ce9539.zip |
Merge pull request #984 from vmalloc/less_r_pager
Pager is 'less -R' to support colored outputs
Diffstat (limited to 'lib/misc.zsh')
-rw-r--r-- | lib/misc.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.zsh b/lib/misc.zsh index 88732e664..0f7e7e925 100644 --- a/lib/misc.zsh +++ b/lib/misc.zsh @@ -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 |