Skip to content

Commit

Permalink
Merge pull request ohmyzsh#984 from vmalloc/less_r_pager
Browse files Browse the repository at this point in the history
Pager is 'less -R' to support colored outputs
  • Loading branch information
robbyrussell committed Jun 13, 2012
2 parents b84d336 + 19bf83e commit 38d537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/misc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38d537f

Please sign in to comment.