]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
.profile: remove options -F and -X from LESS
[dotfiles.git] / .profile
index 5934957dc63e48c703113162636e2e64517fa8a4..0e3ffdd34fb2e413fa64487bb00306e04914b6b7 100644 (file)
--- a/.profile
+++ b/.profile
@@ -85,7 +85,7 @@ if [ -t 0 ] ; then
 
    if [ -n "$HAS_LESS" ]; then
       PAGER=less
-      LESS="FRXgimq"
+      LESS="Rgimq"
       case "$LC_CTYPE" in
          *UTF-8) LESSCHARSET=utf-8
          ;;