Almost burnt myself badly running cli commands intended for localhost on my ssh tab.

Added a change background printf to .bashrc so I've a visual cue in future:

if [ -n "$SSH_CONNECTION" ]; then
printf '\e]11;#111111\a'
fi

Comments