1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 08:41:43 +00:00

Tradition dictates that options are uppercase.

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

View File

@ -6,12 +6,12 @@ function +vi-git-status() {
}
function prompt_minimal_precmd () {
setopt noxtrace noksharrays localoptions
setopt NO_XTRACE NO_KSHARRAYS LOCAL_OPTIONS
vcs_info
}
function prompt_minimal_setup() {
setopt noxtrace noksharrays localoptions
setopt NO_XTRACE NO_KSHARRAYS LOCAL_OPTIONS
prompt_opts=(cr subst percent)
autoload -Uz add-zsh-hook