Discover, install, and configure shell plugins with Fig Plugin Store →
☀️

Title (zpm)

A zsh plugin that allows you to set a terminal header like any of PROMPT

zpm-zsh
|
5 stars
1 forks

Zsh title

A zsh plugin that allows you to set a terminal header like any of PROMPT

Screenshot

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