diff --git a/bashrc b/bashrc index b20063b..484d0b3 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