zsh-tab-title
zsh-tab-title copied to clipboard
A ZSH plugin to set the terminal tab title according to current directory or running process. It's based (forked) from Oh-My-ZSH one.
The tab title is not updating when I change the directory. For it to update I had to run `source ~/.zshrc` to update the tab title. 
Hi. I have set the `ZSH_TAB_TITLE_DEFAULT_DISABLE_PREFIX=true` in my `.zshrc` but the user and computer name separated by '@' is still showing in the title. Using v.2.2.0
Despite setting `ZSH_TAB_TITLE_ONLY_FOLDER=true` and relaunching my terminal (Alacritty) I am still getting the full path displayed. Of note, the path is not even truncated. Running `echo $ZSH_TAB_TITLE_ONLY_FOLDER` returns `true`.