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

Update comments in themes

This commit is contained in:
Sorin Ionescu
2012-08-06 16:52:38 -04:00
parent 7bb6d588d7
commit a9b6c84ea5
3 changed files with 12 additions and 4 deletions

View File

@ -25,7 +25,7 @@ function prompt_nicoulaj_setup {
unsetopt XTRACE KSH_ARRAYS
prompt_opts=(cr percent subst)
# Load required modules.
# Load required functions.
autoload -Uz add-zsh-hook
autoload -Uz vcs_info
@ -42,7 +42,7 @@ function prompt_nicoulaj_setup {
# Set vcs_info parameters.
zstyle ':vcs_info:*' enable bzr git hg svn
zstyle ':vcs_info:*:*' check-for-changes true # Can be slow on big repos.
zstyle ':vcs_info:*:*' check-for-changes true
zstyle ':vcs_info:*:*' unstagedstr '!'
zstyle ':vcs_info:*:*' stagedstr '+'
zstyle ':vcs_info:*:*' actionformats "%S" "%r/%s/%b %u%c (%a)"