Tradition dictates that options are uppercase.

This commit is contained in:
Sorin Ionescu 2011-10-10 22:16:06 -04:00
commit 9d27df2050
14 changed files with 58 additions and 58 deletions

View file

@ -34,7 +34,7 @@ function set-tab-title() {
# Sets the tab and window titles with the command name.
function set-title-by-command() {
emulate -L zsh
setopt localoptions extended_glob
setopt LOCAL_OPTIONS EXTENDED_GLOB
# Get the command name that is under job control.
if [[ "${1[(w)1]}" == (fg|%*)(\;|) ]]; then