+if [[ "$TERM" == "linux" ]]; then
+ return
+fi
+
function title {
local tmp
tmp=(${(f)*})
function title_precmd { title "${(%):-[%n@%m] %~}" }
function title_preexec { title "$1" }
;;
+ (*)
+ function title_precmd {}
+ function title_preexec {}
+ ;;
esac
autoload -U add-zsh-hook