#thx to matthew loar for that! if [[ $TERM == "screen" ]]; then function precmd { #prompt_adam1_precmd echo -ne "\033]83;title zsh\007" } function preexec { local foo="$2 " local bar=${${=foo}[1]} echo -ne "\033]83;title $bar\007" } fi