Releases: bernardop/iterm-tab-color-oh-my-zsh
Releases · bernardop/iterm-tab-color-oh-my-zsh
v1.2.1
v1.2.0
.tc-dirs
is now called.tc-config
- You can add
command=hexValue
pairs to automatically set the color of your tab tohexValue
when your current command matchescommand
(you can use regular expressions)
Example .tc-config
file
/Users/me/projects/personal*=#065535
/Users/me/projects/work*=#3399ff
npm*=#CB3837
brew*=#BE862D
Thanks to @volovar for the laying the groundwork for this feature!
v1.1.1
v1.1.0
You can modify the .tc-dirs
file located in ~/.oh-my-zsh/custom/plugins/iterm-tab-color
and add directory=hexValue
pairs to automatically set the color of your tab to hexValue
when your current working directory matches directory
(you can use regular expressions)
Example .tc-dirs
file
/Users/me/projects/personal*=#065535
/Users/me/projects/work*=#3399ff