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

Remove barely-used aliases #158

Merged
merged 1 commit into from
Mar 13, 2021
Merged

Remove barely-used aliases #158

merged 1 commit into from
Mar 13, 2021

Conversation

ajeetdsouza
Copy link
Owner

@ajeetdsouza ajeetdsouza commented Mar 8, 2021

A lot of the aliases defined by zoxide are used very rarely:

  • za
  • zq
  • zqi
  • zr
  • zri

Moreover, they contain no special logic and are very easy to redefine:

  • alias za="zoxide add"
  • alias zq="zoxide query"
  • alias zqi="zoxide query -i"
  • alias zr="zoxide remove"
  • alias zri="zoxide remove -i"

For that reason, such aliases are better off being left to the user to define as desired. This PR removes these aliases from zoxide.

@ajeetdsouza ajeetdsouza merged commit a9b731d into master Mar 13, 2021
@ajeetdsouza ajeetdsouza deleted the ajeet/alias branch March 13, 2021 21:34
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

Successfully merging this pull request may close these issues.

None yet

1 participant