owm111

Results 2 comments of owm111

Slightly different occurrence: ```zsh alias g=git alias gs="git status" git status ``` Expected behavior: ```zsh 💡 gs ``` Actual behavior: ```zsh 💡 gstatus ```

This could be useful in cases such as when you want a command to run with only argument if it matches a certain regex, but to accept 2 arguments if...