mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
add nnn prompt segment; see #342
This commit is contained in:
parent
a9620d7dca
commit
acb6b68a37
5 changed files with 36 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ function _p9k_init_icons() {
|
|||
GCLOUD_ICON 'G'
|
||||
LUA_ICON 'lua'
|
||||
PERL_ICON 'perl'
|
||||
NNN_ICON 'nnn'
|
||||
)
|
||||
;;
|
||||
'awesome-fontconfig')
|
||||
|
|
@ -231,6 +232,7 @@ function _p9k_init_icons() {
|
|||
GCLOUD_ICON 'G'
|
||||
LUA_ICON 'lua'
|
||||
PERL_ICON 'perl'
|
||||
NNN_ICON 'nnn'
|
||||
)
|
||||
;;
|
||||
'awesome-mapped-fontconfig')
|
||||
|
|
@ -344,6 +346,7 @@ function _p9k_init_icons() {
|
|||
GCLOUD_ICON 'G'
|
||||
LUA_ICON 'lua'
|
||||
PERL_ICON 'perl'
|
||||
NNN_ICON 'nnn'
|
||||
)
|
||||
;;
|
||||
'nerdfont-complete'|'nerdfont-fontconfig')
|
||||
|
|
@ -454,6 +457,7 @@ function _p9k_init_icons() {
|
|||
GCLOUD_ICON '\uF7B7' #
|
||||
LUA_ICON '\uE620' #
|
||||
PERL_ICON '\uE769' #
|
||||
NNN_ICON 'nnn'
|
||||
)
|
||||
;;
|
||||
*)
|
||||
|
|
@ -563,6 +567,7 @@ function _p9k_init_icons() {
|
|||
GCLOUD_ICON 'G'
|
||||
LUA_ICON 'lua'
|
||||
PERL_ICON 'perl'
|
||||
NNN_ICON 'nnn'
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue