Skip to content

yew/title-tab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

title-tab for iTerm2 + oh-my-zsh

This plugin sets the tab title to username@hostname: full-path (git-branch) if you're on a git repository or username@hostname: full-path if you're not.

title tab working

Installing

  1. Clone this repository to /path/to/.oh-my-zsh/custom/plugins (usually it is on ~/.oh-my-zsh)
$ git clone https://github.com/yew/title-tab.git ~/.oh-my-zsh/custom/plugins/title-tab
  1. Edit .zshrc file.
  • Find where your zsh plugins are on the .zshrc file and add title-tab to the list.
plugins=(... title-tab)
  • Uncomment the following line to disable auto-setting terminal title.
DISABLE_AUTO_TITLE="true"
  1. Run source .zshrc.
$ source ~/.zshrc

And that's it. :)

About

Customize the Title for tabs on iTerm2 when using zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%