Loading .profile +3 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,9 @@ export CLICOLOR=yes # (not suported by linux VT) if [ "x$TERM" != xlinux ]; then hostname=`hostname -f` PROMPTCODES=`printf '\e]2;%s\007' "$hostname"` SET_TITLE=`printf '\e]2;%s\007' "$hostname"` PROMPTCODES="$SET_TITLE" echo "$SET_TITLE" unset hostname fi Loading Loading
.profile +3 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,9 @@ export CLICOLOR=yes # (not suported by linux VT) if [ "x$TERM" != xlinux ]; then hostname=`hostname -f` PROMPTCODES=`printf '\e]2;%s\007' "$hostname"` SET_TITLE=`printf '\e]2;%s\007' "$hostname"` PROMPTCODES="$SET_TITLE" echo "$SET_TITLE" unset hostname fi Loading