]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
.profile: remove options -F and -X from LESS
[dotfiles.git] / .profile
index 965af5646a654accddc9c3c58e993bcd3e9b0b31..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
          ;;
@@ -156,7 +156,7 @@ if [ -t 0 ] ; then
                OPS1="\[\033]0;\u@\h:\w\007\]"
                case "$TERM" in
                   screen*)
-                     OPS1=${OPS1}"\[\033k\u@\h:\w\033\\\]" # Set screen/tmux caption
+                     OPS1=${OPS1}"\[\033k\u@\h:\w\033\\\\\]" # Set screen/tmux caption
                   ;;
                esac
             ;;