]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
.gitconfig: remove core.pager and pass -FRSX in env
[dotfiles.git] / .profile
index 370bb752c217d8599034c45d6b63ff61b92f805f..a3981654b8335650b053d99b6a95d4c84c921f73 100644 (file)
--- a/.profile
+++ b/.profile
@@ -76,7 +76,7 @@ if [ -t 0 ] ; then
    esac
 
    PAGER=less
-   LESS="-gimq"
+   LESS="gimq"
    case "$LC_CTYPE" in
       *UTF-8) LESSCHARSET=utf-8
       ;;