sorin-ionescu / prezto

The configuration framework for Zsh
MIT License
14k stars 4.49k forks source link

Git Aliases causing issues #1243

Closed markljackson closed 7 years ago

markljackson commented 7 years ago

When I type

id -GP #yes it's something I added

What I get is

id git push

Needless to say this is useless.

I've tried changing the alias in the GIT directory to

alias ggp='git push'

Didn't work. I even tried to comment it out.

Any ideas? (yes I've logged out/in, and even restarted.) Do I have to just get rid of the GIT plugin?

markljackson commented 7 years ago

Never mind, I'm an idiot

TextExpander collection I download has

-gp = 'git push'

Ugh, sorry.