diff options
author | Utkarsh Verma <utkarshverma@protonmail.com> | 2022-12-16 17:25:25 +0300 |
---|---|---|
committer | Utkarsh Verma <utkarshverma@protonmail.com> | 2022-12-16 17:25:25 +0300 |
commit | 07b5a607d46672e88167608414cace36e134f971 (patch) | |
tree | ad9c9d309a375686e49844c46aa20388b2dfc420 /config/p10k-lean.zsh | |
parent | 7f2950f9cc6d7ae805b4e9f365cc3340afc955a6 (diff) |
Add lf segment
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 98bb8145..8519e03c 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -82,6 +82,7 @@ nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) nnn # nnn shell (https://github.com/jarun/nnn) + lf # lf shell (https://github.com/gokcehan/lf) xplr # xplr shell (https://github.com/sayanarijit/xplr) vim_shell # vim shell indicator (:sh) midnight_commander # midnight commander shell (https://midnight-commander.org/) @@ -717,6 +718,11 @@ # Custom icon. # typeset -g POWERLEVEL9K_NNN_VISUAL_IDENTIFIER_EXPANSION='⭐' + # lf shell color. + typeset -g POWERLEVEL9K_LF_FOREGROUND=72 + # Custom icon. + # typeset -g POWERLEVEL9K_LF_VISUAL_IDENTIFIER_EXPANSION='⭐' + ##################[ xplr: xplr shell (https://github.com/sayanarijit/xplr) ]################## # xplr shell color. typeset -g POWERLEVEL9K_XPLR_FOREGROUND=72 |