|
|
@ -523,14 +523,14 @@
|
|
|
|
###########################[ vim_shell: vim shell indicator (:sh) ]###########################
|
|
|
|
###########################[ vim_shell: vim shell indicator (:sh) ]###########################
|
|
|
|
# Vim shell indicator color.
|
|
|
|
# Vim shell indicator color.
|
|
|
|
typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND=34
|
|
|
|
typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND=34
|
|
|
|
# Custom icon.
|
|
|
|
# Icon to show when in a vim shell.
|
|
|
|
# typeset -g POWERLEVEL9K_VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
typeset -g POWERLEVEL9K_VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}'
|
|
|
|
|
|
|
|
|
|
|
|
######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]######
|
|
|
|
######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]######
|
|
|
|
# Midnight Commander shell color.
|
|
|
|
# Midnight Commander shell color.
|
|
|
|
typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=178
|
|
|
|
typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=178
|
|
|
|
# Custom icon.
|
|
|
|
# Icon to show when in a midnight commander shell.
|
|
|
|
# typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}'
|
|
|
|
|
|
|
|
|
|
|
|
###########[ vi_mode: vi mode (you don't need this if you've enabled prompt_char) ]###########
|
|
|
|
###########[ vi_mode: vi mode (you don't need this if you've enabled prompt_char) ]###########
|
|
|
|
# Text and color for normal (a.k.a. command) vi mode.
|
|
|
|
# Text and color for normal (a.k.a. command) vi mode.
|
|
|
|