Closed hunkyburrito closed 1 hour ago
0.5.1
Using the short alias (like d instead of decompress) prevents path completion from being available afterwards in ZSH.
Typing ouch d <TAB> shows no completion options, but typing ouch decompress <TAB> shows path completion options.
ouch d <TAB>
ouch decompress <TAB>
Typing ouch d <TAB> shows the same completion options as the long form.
I have only tested on zsh, and am unsure if the same happens with other shells like bash or fish.
ty for the issue
duplicate of #357
Version
0.5.1
Description
Using the short alias (like d instead of decompress) prevents path completion from being available afterwards in ZSH.
Current Behavior
Typing
ouch d <TAB>
shows no completion options, but typingouch decompress <TAB>
shows path completion options.Expected Behavior
Typing
ouch d <TAB>
shows the same completion options as the long form.Additional Information
I have only tested on zsh, and am unsure if the same happens with other shells like bash or fish.