diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-17 11:01:06 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-17 11:01:06 +0300 |
commit | 49063ee757c2339c2a0cde14e886896373cd6a54 (patch) | |
tree | 4c0d389e8d7557260bc2542bb92fc7509746aac9 /config | |
parent | 33e1dd77908c0ae9a12b07b8e88f4ae16a9e53bd (diff) |
add ranger prompt; see #171
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 7 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 7d73e965..24b73abb 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -58,6 +58,7 @@ fi kubecontext # current kubernetes context (https://kubernetes.io/) context # user@host nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) + ranger # ranger shell (https://github.com/ranger/ranger) # =========================[ Line #2 ]========================= newline # public_ip # public IP address @@ -420,6 +421,12 @@ fi # Custom icon. # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='⭐' + #################[ ranger: ranger shell (https://github.com/ranger/ranger) ]################## + # Ranger shell color. + typeset -g POWERLEVEL9K_RANGER_FOREGROUND=221 + # Custom icon. + # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐' + ####################################[ context: user@host ]#################################### # Default context color. typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180 diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 2a9f8f2a..420ef42c 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -58,6 +58,7 @@ fi kubecontext # current kubernetes context (https://kubernetes.io/) context # user@host nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) + ranger # ranger shell (https://github.com/ranger/ranger) # =========================[ Line #2 ]========================= newline # public_ip # public IP address @@ -403,6 +404,12 @@ fi # Custom icon. # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='⭐' + #################[ ranger: ranger shell (https://github.com/ranger/ranger) ]################## + # Ranger shell color. + typeset -g POWERLEVEL9K_RANGER_FOREGROUND=221 + # Custom icon. + # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐' + ####################################[ context: user@host ]#################################### # Default context color. typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180 |