mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 20:41:44 +00:00
[Fix #60] Do not use parentheses in function names
This commit is contained in:
@ -16,11 +16,11 @@
|
||||
# - Shows if logged in as root or not.
|
||||
#
|
||||
|
||||
function prompt_nicoulaj_precmd() {
|
||||
function prompt_nicoulaj_precmd {
|
||||
vcs_info
|
||||
}
|
||||
|
||||
function prompt_nicoulaj_setup() {
|
||||
function prompt_nicoulaj_setup {
|
||||
setopt LOCAL_OPTIONS
|
||||
unsetopt XTRACE KSH_ARRAYS
|
||||
prompt_opts=(cr percent subst)
|
||||
|
Reference in New Issue
Block a user