zsh-tab-title icon indicating copy to clipboard operation
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.

Results 3 zsh-tab-title issues
Sort by recently updated
recently updated
newest added

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. ![2022-07-05 12 44 32](https://user-images.githubusercontent.com/16267321/177290568-b9b6722c-7678-4d73-bb02-13266e692178.gif)

question
not reproducible

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`.