diff --git a/dot-files/zshrc b/dot-files/zshrc index dcc5f9f..57d26c9 100644 --- a/dot-files/zshrc +++ b/dot-files/zshrc @@ -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=''