Closed timur-khakhalev closed 1 year ago
What happens if you disable powerlevel10k or replace it with a different theme?
What happens if you disable powerlevel10k or replace it with a different theme?
I commented string "[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh" at .zshrc, on next terminal startup p10k started configuring, I quit, but got this error "Unable to locate credentials. You can configure credentials by running "aws configure"" again
What happens if you disable the whole of powerlevel10k rather than just your own config?
What happens if you disable the whole of powerlevel10k rather than just your own config?
Commented strings that grep gave me at this FAQ https://github.com/romkatv/powerlevel10k#how-do-i-uninstall-powerlevel10k
but got an error again
You've disabled powerlevel10k and the error still persists. This means the error is not coming from powerlevel10k. Closing.
Thanks for help, I tried to uninstall aws cli and found that at my .zshrc I have an alias that uses command $(aws ...) so when terminal starts, alias trying to invoke this command. Thank you
Depending on what that alias does, perhaps it should have single quotes as the initializer instead of double quotes.
Hi! I have WSL2 and p10k, zsh and after I installed aws-vault (several month ago) on every terminal startup I got an error
"Unable to locate credentials. You can configure credentials by running "aws configure""
I understand that p10k or something is trying to do some aws but I cant find where this command is fires.I tried to grep by string "aws" in my home folder but didnt found something that can do this command on startup.
I have next config files in my home dir:
So I checked .zshrc, .bashrc, .p10k.zsh, .profile but didnt found aws command which invokes on startup
Is there any other ways to find out source of problem?