Skip to content

Commit

Permalink
feat: add support for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Jun 18, 2024
1 parent 6fab752 commit 07297a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions misc/zsh/_ghq
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ function _ghq () {
'(-)*:: :->null_state' \
&& ret=0
;;
(rm)
_arguments -C \
'--dry-run[Do not remove actually]' \
'(-)*:: :->null_state' \
&& ret=0
;;
(help|h)
__ghq_commands && ret=0
;;
Expand Down

0 comments on commit 07297a7

Please sign in to comment.