diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-09-10 14:21:31 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-09-10 14:21:31 +0300 |
commit | 4f3d2ffe7251a17aa10e00ed30d55f6fd9d65002 (patch) | |
tree | 20f6ff2692532414ec3e43b1cd8a20d240347bb3 /internal/icons.zsh | |
parent | c5c9178341da88d0d55bad9bb3daa5e90d52411d (diff) |
new prompt segment: toolbox (https://github.com/containers/toolbox) #1560
Diffstat (limited to 'internal/icons.zsh')
-rw-r--r-- | internal/icons.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/icons.zsh b/internal/icons.zsh index bf5a1a11..dfbe0a00 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -145,6 +145,7 @@ function _p9k_init_icons() { PACKAGE_ICON 'pkg' JULIA_ICON 'jl' SCALA_ICON 'scala' + TOOLBOX_ICON '\u2B22' # ⬢ ) ;; 'awesome-fontconfig') @@ -274,6 +275,7 @@ function _p9k_init_icons() { PACKAGE_ICON 'pkg' JULIA_ICON 'jl' SCALA_ICON 'scala' + TOOLBOX_ICON '\u2B22' # ⬢ ) ;; 'awesome-mapped-fontconfig') @@ -406,6 +408,7 @@ function _p9k_init_icons() { PACKAGE_ICON 'pkg' JULIA_ICON 'jl' SCALA_ICON 'scala' + TOOLBOX_ICON '\u2B22' # ⬢ ) ;; 'nerdfont-complete'|'nerdfont-fontconfig') @@ -536,6 +539,7 @@ function _p9k_init_icons() { PACKAGE_ICON '\uF8D6' # JULIA_ICON '\uE624' # SCALA_ICON '\uE737' # + TOOLBOX_ICON '\uE20F'$s # ) ;; ascii) @@ -663,6 +667,7 @@ function _p9k_init_icons() { PACKAGE_ICON 'pkg' JULIA_ICON 'jl' SCALA_ICON 'scala' + TOOLBOX_ICON 'toolbox' ) ;; *) @@ -792,6 +797,7 @@ function _p9k_init_icons() { PACKAGE_ICON 'pkg' JULIA_ICON 'jl' SCALA_ICON 'scala' + TOOLBOX_ICON '\u2B22' # ⬢ ) ;; esac |