Skip to content

Commit 07297a7

Browse files
committed
feat: add support for zsh
1 parent 6fab752 commit 07297a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

misc/zsh/_ghq

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ function _ghq () {
5151
'(-)*:: :->null_state' \
5252
&& ret=0
5353
;;
54+
(rm)
55+
_arguments -C \
56+
'--dry-run[Do not remove actually]' \
57+
'(-)*:: :->null_state' \
58+
&& ret=0
59+
;;
5460
(help|h)
5561
__ghq_commands && ret=0
5662
;;

0 commit comments

Comments
 (0)