Skip to content

Commit

Permalink
zshrc: add a pager in `ag' alias
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Aug 28, 2014
1 parent a251992 commit 1d43eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fi
alias sudo='sudo ' # enable aliases in sudo
alias grep='grep --color=auto'
alias ls='ls --color=auto'
alias ag="ag --color-match '1;31' --color-path '35' --color-line-number '34' -s"
alias ag="ag --color-match '1;31' --color-path '35' --color-line-number '34' --pager='less -FRX' -s"
alias emacs='emacs -nw'
alias kismet='TERM=rxvt-unicode kismet'
alias mendeleydesktop='mendeleydesktop --force-bundled-qt'
Expand Down

0 comments on commit 1d43eac

Please sign in to comment.