mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 10:51:41 +00:00
Separate unsetopt from setopt for clarity.
This commit is contained in:
@ -11,8 +11,9 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
function prompt_nicoulaj_setup() {
|
||||
setopt NO_XTRACE NO_KSHARRAYS LOCAL_OPTIONS
|
||||
prompt_opts=(cr subst percent)
|
||||
setopt LOCAL_OPTIONS
|
||||
unsetopt XTRACE KSH_ARRAYS
|
||||
prompt_opts=(cr percent subst)
|
||||
|
||||
# Load required modules.
|
||||
autoload -Uz add-zsh-hook
|
||||
|
Reference in New Issue
Block a user