Awesome
Zsh title
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'
Installation
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