about summary refs log tree commit diff
path: root/Functions/Prompts/prompt_clint_setup
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Prompts/prompt_clint_setup')
-rw-r--r--Functions/Prompts/prompt_clint_setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Prompts/prompt_clint_setup b/Functions/Prompts/prompt_clint_setup
index 5befc5431..d9fbacc9a 100644
--- a/Functions/Prompts/prompt_clint_setup
+++ b/Functions/Prompts/prompt_clint_setup
@@ -56,7 +56,7 @@ $p_shlvlhist$p_rc$p_apm$p_end"
 }
 
 prompt_clint_precmd () {
-  setopt noxtrace localoptions
+  setopt noxtrace noksharrays localoptions
   local exitstatus=$?
 
   [[ $exitstatus -ge 128 ]] && psvar[1]=" $signals[$exitstatus-127]" ||
@@ -67,7 +67,7 @@ prompt_clint_precmd () {
 }
 
 prompt_clint_apm_precmd () {
-  setopt noxtrace localoptions
+  setopt noxtrace noksharrays localoptions
   local bat ac
 
   bat=${${="$(</proc/apm)"}[7]/%/%%}