Skip to content

Commit

Permalink
Use 'less -R' for $PAGER
Browse files Browse the repository at this point in the history
  • Loading branch information
thepeterstone committed Feb 17, 2012
1 parent bc2ef8b commit 58e3aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot-files/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ source $ZSH/oh-my-zsh.sh

# Customize to your needs...
export EDITOR=vim
export PAGER=more
export PAGER="less -R"
SUDO='sudo'
if [ "$USER" = "root" ]; then
SUDO=''
Expand Down

0 comments on commit 58e3aa5

Please sign in to comment.