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

Override alias by the Git module #1254

Closed
ravishchawla opened this issue Feb 15, 2017 · 2 comments
Closed

Override alias by the Git module #1254

ravishchawla opened this issue Feb 15, 2017 · 2 comments

Comments

@ravishchawla
Copy link

ravishchawla commented Feb 15, 2017

The Git module overrides the actual git script in /usr/bin. Calling which git prints the following for me:

git () {
	cd "$1"
	pwd
	ls -G
}

I want to know where this function definition is defined, because it only gets overridden when the Git module is activated.

@facastagnini
Copy link
Collaborator

Hey @ravishchawla this repo is not being maintained, see #1239

The community fork is here https:/zsh-users/prezto, please move this issue to zsh-users and we will be able to help you!

zsh-users is an organization dedicated to host Zsh community projects and therefore became the rational home for a community maintained version of prezto.

@belak
Copy link
Collaborator

belak commented Apr 13, 2017

We're pretty careful in prezto to not override system commands, especially ones used as much as git. The alias you mentioned isn't in prezto, so I'm going to close this for now.

If you need help debugging this, posting a link to your dotfiles would help.

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

No branches or pull requests

4 participants