get git to not use $PAGER all the time

This commit is contained in:
dave 2008-11-28 02:13:53 -06:00
parent 08c1770871
commit 807841a2d0

2
zshrc
View file

@ -83,6 +83,8 @@ export LESS=' -R'
( which vim &> /dev/null ) && export EDITOR='vim'
export GIT_PAGER=''
# aliases
alias cd..='cd ..'