Closed lhoupert closed 8 months ago
Please describe what you do, what you expect to happen, and what actually happens.
I activated the aws plugin, I expected to see aws icons about my profile and region in the prompt , but no AWS informations are displayed. It its working with a default oh-my-zsh theme but not with powerlevel10k
When you use powerlevel10k, your prompt is rendered by powerlevel10k and nothing else. If you've chosen one of the functional styles in the configuration wizard (Lean, Classic or Rainbow), you can search for "aws" in ~/.p10k.zsh
to see what's in there. If you cannot achieve what you are after by editing the config, please describe what you are after.
Thank you. I attache my p10k.zsh file below. From what I can understand by reading the file, aws info should be display on the prompt?
I just installed spaceship and out-of-the-box, my current aws environment is displayed:
Is there something wrong in my .p10k.zsh that prevent to display my aws env?
Have you tried searching for "aws" in the config? Have you seen this? https://github.com/romkatv/powerlevel10k/blob/5bba4b849b04da665d9776930f47371ebb9974a4/config/p10k-classic.zsh#L1372-L1373
Thank you! Sorry I miss this crucial tip. Thank you very very much for the very quick answer and the help.
Hi, I followed the instructions here to use the aws plugin : https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aws
It is working in a standard oh my zsh theme, but I cannot make it work with powerlevel10k. See the example of prompt below:
Do you know if I forgot to activate a setting in my .zshrc?
I attached it below
Thank you!