]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: always pass options -FRX to less
authorOleg Broytman <phd@phdru.name>
Thu, 26 Nov 2015 22:21:22 +0000 (01:21 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 26 Nov 2015 22:21:22 +0000 (01:21 +0300)
.profile
.shellrc

index 564c40fb73eb26157692264ac75ce4d5c4602cdf..5eab941ba26d926872315dae0c00efcc05c9c8f7 100644 (file)
--- 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
       ;;
index 813e3803e1c93c2b8a15d3090850755f85f19174..a55d1bea6b9027d29e3bc11f0a24f2fd546b1f5a 100644 (file)
--- 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"