diff options
| -rw-r--r-- | provides/zsh/completions/_envstore | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/provides/zsh/completions/_envstore b/provides/zsh/completions/_envstore index 700fc7a..f75a223 100644 --- a/provides/zsh/completions/_envstore +++ b/provides/zsh/completions/_envstore @@ -15,9 +15,9 @@ arguments_action_nofile=(  	'1:action:(save)'  ) -# envstare can't handle arrays, so only complete scalars and integers. +# envstore can't handle arrays, so only complete scalars and integers.  # Also, don't complete parameters marked 'special', since they're usually -# relative to the current shell +# specific to the current shell  arguments_save=(  	'2:parameter:_parameters -g "(scalar|integer)*export"'  )  | 
