diff --git a/home/dot_p10k.zsh b/home/dot_p10k.zsh index a1d4356..452b7dd 100644 --- a/home/dot_p10k.zsh +++ b/home/dot_p10k.zsh @@ -1,5 +1,5 @@ -# Generated by Powerlevel10k configuration wizard on 2023-09-25 at 20:32 -03. -# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 61526. +# Generated by Powerlevel10k configuration wizard on 2024-03-16 at 15:38 -03. +# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 52020. # Wizard options: nerdfont-v3 + powerline, small icons, unicode, lean, 24h time, # 2 lines, dotted, no frame, darkest-ornaments, sparse, many icons, fluent, # transient_prompt, instant_prompt=quiet. @@ -88,6 +88,7 @@ context # user@hostname nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) + yazi # yazi shell (https://github.com/sxyazi/yazi) nnn # nnn shell (https://github.com/jarun/nnn) lf # lf shell (https://github.com/gokcehan/lf) xplr # xplr shell (https://github.com/sayanarijit/xplr) @@ -726,6 +727,12 @@ typeset -g POWERLEVEL9K_RANGER_FOREGROUND=178 # Custom icon. # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ####################[ yazi: yazi shell (https://github.com/sxyazi/yazi) ]##################### + # Yazi shell color. + typeset -g POWERLEVEL9K_YAZI_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_YAZI_VISUAL_IDENTIFIER_EXPANSION='⭐' ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### # Nnn shell color. @@ -1351,7 +1358,7 @@ #[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]# # Show aws only when the command you are typing invokes one of these tools. # Tip: Remove the next line to always show aws. - typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi|terragrunt' + typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|cdk|terraform|pulumi|terragrunt' # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element # in each pair defines a pattern against which the current AWS profile gets matched.