1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +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,7 +6,7 @@
# SCREENSHOT: http://i.imgur.com/aipDQ.png
# ------------------------------------------------------------------------------
function prompt_sorin_precmd () {
setopt noxtrace noksharrays localoptions
setopt NO_XTRACE NO_KSHARRAYS LOCAL_OPTIONS
if (( $+functions[git-info] )); then
git-info
@ -14,7 +14,7 @@ function prompt_sorin_precmd () {
}
function prompt_sorin_setup() {
setopt localoptions noxtrace noksharrays
setopt NO_XTRACE NO_KSHARRAYS LOCAL_OPTIONS
prompt_opts=(cr subst percent)
autoload -Uz add-zsh-hook