We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Bart :) I have an issue with the tool when using zsh shell. After installing with pip I'm getting:
zsh: command not found: awsenv
Any ideas to get your tool working on ZSH ? OSX should running now on zsh so it would be nice to have the tool compatible with this shell.
The text was updated successfully, but these errors were encountered:
Add alias in ~/.zshrc (or anywhere else where you keep your zsh configuration):
alias awsenv='__aws-env-update'
It's works on my OSX (but I'm still using bash)
Sorry, something went wrong.
No branches or pull requests
Hi Bart :)
I have an issue with the tool when using zsh shell.
After installing with pip I'm getting:
Any ideas to get your tool working on ZSH ? OSX should running now on zsh so it would be nice to have the tool compatible with this shell.
The text was updated successfully, but these errors were encountered: