From 0ecc0a740bb8be4e9a9a538e22e045059eba4ccd Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 9 Apr 2012 17:03:23 -0400 Subject: [PATCH] Add usage information for terminal --- modules/terminal/init.zsh | 6 ++++++ 1 file changed, 6 insertions(+) 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