X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;fp=.profile;h=d4b94b089914a4392efded865f80d71a3d1609bc;hp=4b7368a84e5bdd4e0d67968ce39c689407083d2e;hb=d7faba863d07e11ff41a4bb7076ffe2b24f8b42e;hpb=8583cdc67b66dad90cfda3dda317b818313ec922 diff --git a/.profile b/.profile index 4b7368a..d4b94b0 100644 --- a/.profile +++ b/.profile @@ -146,7 +146,7 @@ if [ -t 0 ] ; then OPS1="\[\033]0;\u@\h:\w\007\]" case "$TERM" in screen*) - OPS1+"\[\033k\u@\h:\w\033\\\]" # Set screen/tmux caption + OPS1=${OPS1}"\[\033k\u@\h:\w\033\\\]" # Set screen/tmux caption ;; esac ;; @@ -156,7 +156,7 @@ if [ -t 0 ] ; then ;; esac - OPS1+="\u@\h \W " + OPS1=${OPS1}"\u@\h \W " . "$ENV" ;; *)