diff --git a/commonsh/10_pager b/commonsh/10_pager index 4b9747c..4713020 100755 --- a/commonsh/10_pager +++ b/commonsh/10_pager @@ -23,3 +23,6 @@ if [ $PAGER = less ] ; then LESS='-R -M' export LESS fi + +GIT_PAGER='' +export GIT_PAGER