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
the following doesn't work for two reasons:
# .zshrc file: export KUBE_PS1_PREFIX='[' export KUBE_PS1_SUFFIX=']' source "$HOME/workspace/dotfiles/kube-ps1.sh"
(
)
(⎈ |docker-for-desktop:default) ➜ ~ env | grep KUBE KUBE_PS1_PREFIX=( KUBE_PS1_SUFFIX=)
ideally the order of export and source shouldn't matter in this case I think.
export
source
If I move export after sourcing, it works.
The text was updated successfully, but these errors were encountered:
Agreed, another great find. 247ad97 should address this issue.
Sorry, something went wrong.
Did you get a chance to test this out?
yeah, works fine now, thanks!
No branches or pull requests
the following doesn't work for two reasons:
(
and)
.ideally the order of
export
andsource
shouldn't matter in this case I think.If I move export after sourcing, it works.
The text was updated successfully, but these errors were encountered: