From: Oleg Broytman Date: Thu, 26 Nov 2015 22:21:22 +0000 (+0300) Subject: .shellrc: always pass options -FRX to less X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=06aade9277f622770a1f3041012e6d90bf62519f .shellrc: always pass options -FRX to less --- 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"