mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 20:41:44 +00:00
Tradition dictates that options are uppercase.
This commit is contained in:
@ -105,8 +105,8 @@ add-zsh-trap INT _git-info-abort
|
||||
# Gets the Git status information.
|
||||
function git-info() {
|
||||
# Extended globbing is needed to parse repository status.
|
||||
setopt local_options
|
||||
setopt extended_glob
|
||||
setopt LOCAL_OPTIONS
|
||||
setopt EXTENDED_GLOB
|
||||
|
||||
local action
|
||||
local action_format
|
||||
|
Reference in New Issue
Block a user