Browse Source

shrc: pager for git does not chop long lines

pull/1/head
10sr 10 years ago
parent
commit
c2987d5d7d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shrc

+ 1
- 1
shrc View File

@@ -145,7 +145,7 @@ fi
# export CDPATH=".:~"
export VISUAL="$EDITOR"

export GIT_PAGER="less -FS"
export GIT_PAGER="less -F"
export GIT_EDITOR="$EDITOR"
export GIT_MERGE_AUTOEDIT=no



Loading…
Cancel
Save