From 35ed392ee169556fbb2cb3e81668fdda8a00fa00 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 12 Sep 2013 22:51:59 +0900 Subject: [PATCH] less -FS --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index ce59997..ef94a48 100755 --- a/bashrc +++ b/bashrc @@ -103,7 +103,7 @@ fi # export CDPATH=".:~" export VISUAL="$EDITOR" -export GIT_PAGER="less -F" +export GIT_PAGER="less -FS" export GIT_EDITOR="$EDITOR" export GIT_MERGE_AUTOEDIT=no