A zsh plugin that allows you to set a terminal header like any of PROMPT
Now you can set title, for example:
PROMPT_TITLE='$USER@$HOST:$PWD'Using zpm
Add zpm load zpm-zsh/title into .zshrc
Using oh-my-zsh
Execute git clone https://github.com/zpm-zsh/title ~/.oh-my-zsh/custom/plugins/title. Add title into plugins array in .zshrc
Using antigen
Add antigen bundle zpm-zsh/title into .zshrc
Using zgen
Add zgen load zpm-zsh/title into .zshrc
