Skip to content

Commit

Permalink
Update p10k configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Mar 16, 2024
1 parent 4bb3e7d commit 59f0415
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions home/dot_p10k.zsh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 59f0415

Please sign in to comment.