## set terminal title
termtitle () {
	setTermTitle "($(whoami)@$(hostname) $(pwd))"
}

## vim: ft=zsh
