From 06aade9277f622770a1f3041012e6d90bf62519f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 27 Nov 2015 01:21:22 +0300 Subject: [PATCH] .shellrc: always pass options -FRX to less --- .profile | 2 +- .shellrc | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.profile b/.profile index 564c40f..5eab941 100644 --- a/.profile +++ b/.profile @@ -80,7 +80,7 @@ if [ -t 0 ] ; then fi PAGER=less - LESS="gimq" + LESS="FRXgimq" case "$LC_CTYPE" in *UTF-8) LESSCHARSET=utf-8 ;; diff --git a/.shellrc b/.shellrc index 813e380..a55d1be 100644 --- a/.shellrc +++ b/.shellrc @@ -122,11 +122,6 @@ x() { exit; } X() { startx >> .Xserver.log 2>&1; cyr; } -git() { - LESS=FRSX"$LESS" command git "$@" -} - - include() { cfg="$1" -- 2.39.2