mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-04 10:30:23 +00:00
No path completion when using the short alias on ZSH #53
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 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.