From 1847592f253e2f660b73dda54249b07147a45a51 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 9 Jul 2013 18:15:19 -0700 Subject: [PATCH] paging is good --- home/shrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shrc.zsh b/home/shrc.zsh index 39fcf9a..bb10002 100644 --- a/home/shrc.zsh +++ b/home/shrc.zsh @@ -45,7 +45,7 @@ alias lsfm="lsf -ugpms" alias lsa="ls -A --group-directories-first" alias logs="logs -o cat -b -e" alias logsf="logs -f" -alias diff="git --no-pager diff --color=auto --no-ext-diff --no-index" +alias diff="git diff --color=auto --no-ext-diff --no-index" # being specific alias erc="e ~/.zshrc ~/shrc.zsh ~/.bashrc ~/.vimrc"