Merge pull request #27 from kazhala/dev

dev
pull/30/head
Kevin Zhuang 3 years ago committed by GitHub
commit ddb2cbab94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,12 @@
Noteble changes are documentated in this file.
## dev
### Fixed
- unnecessary argument for zsh completion [#26](https://github.com/kazhala/dotbare/issues/26)
## 1.3.1 (25/08/2020)
### Fixed

@ -140,11 +140,11 @@ __dotbare_completion() {
}
_dotbare_completion_cmd() {
local compdef_name="${1:-dotbare}"
local compdef_name="dotbare"
compdef __dotbare_completion "${compdef_name}"
}
_dotbare_completion_git() {
local compdef_name="${1:-dotbare}"
local compdef_name="dotbare"
compdef "${compdef_name}"=git
}

Loading…
Cancel
Save