$ TTY=`tty` $ kill -HUP $( ps xuaw | grep $SHELL | grep -v ${TTY#/dev/} | awk '{ print $2 }' )