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
Hello,
I have defined the following alias in my ~/.zshrc alias kubectl="kubectl --context \${KUBE_CONTEXT:-\$(command kubectl config current-context)}"
alias kubectl="kubectl --context \${KUBE_CONTEXT:-\$(command kubectl config current-context)}"
and after executing the following command line:
$ aws-vault exec aws-legacy-production
the following error message appears as soon as I have finish to write kubectl in my prompt
Do you have any idea of the origin of this issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Hello @danielshahaf and thanks for your answer!
I'm sorry but i'm not sure to understand the proposed workaround, can you give me a little bit more details please? Thanks in advance!
I'm using the following version of packages: zsh 5.9 (arm-apple-darwin23.0.0) zsh-syntax-highlighting 0.8.0
No worries! Many thanks for the workaround, which works perfectly.
No branches or pull requests
Hello,
I have defined the following alias in my ~/.zshrc
alias kubectl="kubectl --context \${KUBE_CONTEXT:-\$(command kubectl config current-context)}"
and after executing the following command line:
the following error message appears as soon as I have finish to write kubectl in my prompt
Do you have any idea of the origin of this issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered: