ripgrep auto paging in interactive shells

This commit is contained in:
Daniel Lundin 2022-03-19 15:07:13 +01:00
parent c76af1e797
commit 51ebd7a4e3

4
.zshrc
View file

@ -108,6 +108,10 @@ alias v=vgrep
alias ve='env EDITOR= vgrep -s'
alias xc=clip
# ripgrep "auto paging"
rg() {
/usr/bin/rg -p "$@" | bat
}
## Prompt