Skip to content

Commit 227e343

Browse files
committed
I'm an idiot
1 parent fb6bd61 commit 227e343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autocomplete/zsh_autocomplete

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#compdef _stephere step
1+
#compdef _step step
22

3-
function _stephere {
3+
function _step {
44
local -a opts
55
opts=("${(@f)$(_CLI_ZSH_AUTOCOMPLETE_HACK=1 ${words[@]:0:#words[@]-1} --generate-bash-completion)}")
66

0 commit comments

Comments
 (0)