diff --git a/modules/terminal/init.zsh b/modules/terminal/init.zsh index dcb9a6e..b7aaa24 100644 --- a/modules/terminal/init.zsh +++ b/modules/terminal/init.zsh @@ -5,6 +5,12 @@ # James Cox # Sorin Ionescu # +# Usage: +# To auto set the terminal window and tab titles with the current command or +# directory, add the following to zshrc: +# +# zstyle ':omz:module:terminal' auto-title 'yes' +# # Dumb terminals lack support. if [[ "$TERM" == 'dumb' ]]; then