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

Feature request: do not overwrite built-in aliases by default #36

Open
tddschn opened this issue Aug 9, 2022 · 0 comments
Open

Feature request: do not overwrite built-in aliases by default #36

tddschn opened this issue Aug 9, 2022 · 0 comments

Comments

@tddschn
Copy link

tddschn commented Aug 9, 2022

aliases.ps1 removes powershell's built-in aliases, however, not all users would consider that behavior desirable.

One possible alternative is that
Import-Module git-aliases -DisableNameChecking doesn't remove those aliases silently
and only defines git aliases that doesn't conflict with the built-in ones,
and export a command, say Import-Conflict-Git-Aliases to remove built in aliases and set the previously conflicting ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant