Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliases should inherit the same shell configuration as the commands they're aliasing #872

Open
3 tasks
lmorg opened this issue Sep 12, 2024 · 0 comments
Open
3 tasks
Labels
enhancement New features

Comments

@lmorg
Copy link
Owner

lmorg commented Sep 12, 2024

Describe the problem:
Let say you have a command called ls and you alias ll to point to ls -l. You then need to create an auto-completion et al for ll when in fact the act of creating an alias should manage all that for you.

Possible ways to implement:
Implementing it is easy. However what should happen if you !alias?

Additional context:
Item's that need to be covered:

  • Auto-completion definition
  • Method definition
  • Summary definition
    ...any others?
@lmorg lmorg added the enhancement New features label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features
Projects
None yet
Development

No branches or pull requests

1 participant