X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=5b86f311f6b5cfa2c638de53c0a34063b8f66464;hb=cdbb53b4514fd48e8f8edf759b9cc8341056bf27;hp=d4978e4e04adf51b0e9971170e1258d4ff48e69a;hpb=ef0f2491f306bf6ca59090f9ef68e7f7a8420461;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index d4978e4..5b86f31 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -981,7 +981,7 @@ function Accept-Line-HandleContext() { function accept-line() { setopt localoptions noksharrays - local -ax cmdline + local -a cmdline local -x alcontext local buf com fname format msg default_action @@ -1629,7 +1629,7 @@ fi chpwd() { if (( $DIRSTACKSIZE <= 0 )) || [[ -z $DIRSTACKFILE ]]; then return; fi - local -ax my_stack + local -a my_stack my_stack=( ${PWD} ${dirstack} ) if is42 ; then builtin print -l ${(u)my_stack} >! ${DIRSTACKFILE}