Add usage information for terminal

This commit is contained in:
Sorin Ionescu 2012-04-09 17:03:23 -04:00
parent 035fd8e7ed
commit 0ecc0a740b

View file

@ -5,6 +5,12 @@
# James Cox <james@imaj.es>
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# 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