Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zsh: -d can't be used as a global option
It's only supported as a command option and the command will fail if -d is used as a global option. Instead of completing it in the wrong place, don't complete it at all as it can be considered an "internal" switch (it's not mentioned in the manual).
- Loading branch information