From bf9e450eb9369f31033900f85b154eaa4b90e0f9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 2 May 2021 19:19:53 -0400 Subject: Alias ag to ag --pager --- home/.shrc | 1 + 1 file changed, 1 insertion(+) 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' -- cgit 1.4.1