summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-02 19:19:53 -0400
committerJune McEnroe <june@causal.agency>2021-05-02 19:19:53 -0400
commitbf9e450eb9369f31033900f85b154eaa4b90e0f9 (patch)
tree8754fddebcad3bfb4d23b4874ef4f64ffd3b3b67
parentAdd copy mode to typer (diff)
downloadsrc-bf9e450eb9369f31033900f85b154eaa4b90e0f9.tar.gz
src-bf9e450eb9369f31033900f85b154eaa4b90e0f9.zip
Alias ag to ag --pager
-rw-r--r--home/.shrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.shrc b/home/.shrc
index 1f604764..355eb09b 100644
--- a/home/.shrc
+++ b/home/.shrc
@@ -6,6 +6,7 @@ alias vi=$EDITOR
 alias ls='LC_COLLATE=C ls -p'
 alias ll='ls -hl'
 alias bc='bc -l'
+alias ag='ag --pager=$PAGER'
 alias gs='git status --short --branch || ls' gd='git diff'
 alias gsh='git show' gl='git log --graph --pretty=log'
 alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash'