mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 08:41:43 +00:00
[Fix #60] Do not use parentheses in function names
This commit is contained in:
@ -13,11 +13,11 @@ function +vi-git-status() {
|
||||
fi
|
||||
}
|
||||
|
||||
function prompt_minimal_precmd () {
|
||||
function prompt_minimal_precmd {
|
||||
vcs_info
|
||||
}
|
||||
|
||||
function prompt_minimal_setup() {
|
||||
function prompt_minimal_setup {
|
||||
setopt LOCAL_OPTIONS
|
||||
unsetopt XTRACE KSH_ARRAYS
|
||||
prompt_opts=(cr percent subst)
|
||||
|
Reference in New Issue
Block a user