X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.profile;h=0e3ffdd34fb2e413fa64487bb00306e04914b6b7;hb=6bf46a8c8b9fdcc6162f904d3f318e3500212686;hp=965af5646a654accddc9c3c58e993bcd3e9b0b31;hpb=146c62e58aa974d6c2f7012de21a59d5535834eb;p=dotfiles.git diff --git a/.profile b/.profile index 965af56..0e3ffdd 100644 --- 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 ;;