]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
.shellrc: always pass options -FRX to less
[dotfiles.git] / .profile
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
       ;;