ruimarinho / gsts

Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
MIT License
217 stars 38 forks source link

gsts clashes with ohmyzsh git plugin #7

Closed trilom closed 4 years ago

trilom commented 4 years ago

The plugin for git in ohmyzsh causes conflict with this.

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git

You can solve my either 1.) disabling the plugin or 2.) unaliasing at the end of your . files.

trilom commented 4 years ago

Other than this it worked perfectly. Thank you for this!

ruimarinho commented 4 years ago

Ah, bummer! Thanks for note (added at https://github.com/ruimarinho/gsts/commit/746be58be8c1c23ccd4b74566ee1eab2a1438277). Used to be a big fan of ohmyzsh but decided to give zimfw a try until finally landing on zplugin most recently!

saada commented 4 years ago

Yeah ran into this as well. For everyone else, add unalias gsts after loading the git plugin in your ~/.zshrc.