aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-lean.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-12-01 14:14:24 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-12-01 14:14:24 +0300
commit3340dc7269cc44bda4e6f03dc8e0daaff3e22556 (patch)
tree0879310c9e07d2a0623b73cef8d9ed8cdf57792e /config/p10k-lean.zsh
parent6a928c6500fa71ced22e8ca222925ce9db228ee7 (diff)
new prompt segment: midnignt_commander (see #342)
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r--config/p10k-lean.zsh7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index 01f5a6fe..0a7e58bd 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -68,6 +68,7 @@
context # user@hostname
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
ranger # ranger shell (https://github.com/ranger/ranger)
+ # midnight_commander # midnight commander shell (https://midnight-commander.org/)
# vpn_ip # virtual private network indicator
# ram # free RAM
# load # CPU load
@@ -510,6 +511,12 @@
# Custom icon.
# typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐'
+ ######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]######
+ # Midnight Commander shell color.
+ typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=178
+ # Custom icon.
+ # typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='⭐'
+
######################################[ ram: free RAM ]#######################################
# RAM color.
typeset -g POWERLEVEL9K_RAM_FOREGROUND=66