No path completion when using the short alias on ZSH #53

Closed
opened 2025-04-09 14:58:29 +00:00 by tcsenpai · 0 comments
Owner

Originally created by @hunkyburrito on 11/16/2024

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 typing ouch 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.

*Originally created by @hunkyburrito on 11/16/2024* ### 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 typing `ouch 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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/ouch#53
No description provided.