From b228ff1c9620ef81b7f089201f2dda31f316df9e Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 25 Oct 2017 07:52:45 +0200 Subject: improved git log and man page display by removing lineno --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 4f51625..30d1bf4 100644 --- a/bashrc +++ b/bashrc @@ -9,10 +9,10 @@ vim () { /bin/vim $(if [[ "$#" > 0 && `/bin/vim --serverlist | wc -l` ]]; the # ":enew:0read !groffer --pager='cat' --tty $1 col -bx :set filetype=man buftype=nowrite readonlygg"; # } -export MANPAGER='vim -c":%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist" -' +export MANPAGER='vim -c":%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -' # man() { /bin/vim ":enew:0read !groffer --pager='cat' --tty $1 col -bx :set filetype=man buftype=nowrite readonlygg" -; } alias git='git -c color.ui=false' -export GIT_PAGER='vim -c":set filetype=git buftype=nowrite readonly" -' +export GIT_PAGER='vim -c":set filetype=git buftype=nowrite readonly nolist nonumber signcolumn=no|:file git" -' # alias git="TERM=dumb git" -- cgit v1.2.3