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

alias 'd' conflict #333

Closed
liuhuiping2013 opened this issue Jun 7, 2022 · 3 comments
Closed

alias 'd' conflict #333

liuhuiping2013 opened this issue Jun 7, 2022 · 3 comments
Labels
duplicate Duplicate issues

Comments

@liuhuiping2013
Copy link

in lib/directories.sh
alias d='dirs -v | head -10'

in plugins/bashmarks/bashmarks.plugin.sh
alias d='bm -d'

i like dirs!

@akinomyoga
Copy link
Contributor

akinomyoga commented Jun 7, 2022

Thank you for the report! Hmm, to resolve the conflict, I think we need to rename either one. However, it's difficult to decide which one to preserve and which one to change because some people want one and some other people want the other. In this case, you can just re-override the alias by yourself after sourcing oh-my-bash in your .bashrc. Do you have a better idea to resolve the issue on the oh-my-bash side in your mind?

@akinomyoga akinomyoga added the duplicate Duplicate issues label Sep 29, 2022
@akinomyoga
Copy link
Contributor

I realized this is actually a duplicate of #63. I'll close it in favor of #63.

@akinomyoga
Copy link
Contributor

If you have replies or further comments, please reply in #63. Thank you!

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

No branches or pull requests

2 participants