#!/bin/bash if [ "${TERM}" = "xterm" ]; then unset PROMPT_COMMAND export PROMPT_COMMAND echo -ne "\033]0;${*}\007" fi