diff options
author | Maxim Baz <github@maximbaz.com> | 2021-05-15 14:37:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 14:37:58 +0300 |
commit | 9c034101fe3cec1e2edb8e07c32a3e6dba9afaee (patch) | |
tree | 7bfac7f15a953efc1ed021a293f33975e7e1b954 /internal/icons.zsh | |
parent | f924646194e95c9ef0423d0e6c10cf41cc7bf6b1 (diff) |
Add xplr segment (#1396)
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 532ab0a6..a10be26d 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -132,6 +132,7 @@ function _p9k_init_icons() { LUA_ICON 'lua' PERL_ICON 'perl' NNN_ICON 'nnn' + XPLR_ICON 'xplr' TIMEWARRIOR_ICON 'tw' TASKWARRIOR_ICON 'task' NIX_SHELL_ICON 'nix' @@ -260,6 +261,7 @@ function _p9k_init_icons() { LUA_ICON 'lua' PERL_ICON 'perl' NNN_ICON 'nnn' + XPLR_ICON 'xplr' TIMEWARRIOR_ICON 'tw' TASKWARRIOR_ICON 'task' NIX_SHELL_ICON 'nix' @@ -391,6 +393,7 @@ function _p9k_init_icons() { LUA_ICON 'lua' PERL_ICON 'perl' NNN_ICON 'nnn' + XPLR_ICON 'xplr' TIMEWARRIOR_ICON 'tw' TASKWARRIOR_ICON 'task' NIX_SHELL_ICON 'nix' @@ -520,6 +523,7 @@ function _p9k_init_icons() { LUA_ICON '\uE620' # PERL_ICON '\uE769' # NNN_ICON 'nnn' + XPLR_ICON 'xplr' TIMEWARRIOR_ICON '\uF49B' # TASKWARRIOR_ICON '\uF4A0 ' # NIX_SHELL_ICON '\uF313 ' # @@ -646,6 +650,7 @@ function _p9k_init_icons() { LUA_ICON 'lua' PERL_ICON 'perl' NNN_ICON 'nnn' + XPLR_ICON 'xplr' TIMEWARRIOR_ICON 'tw' TASKWARRIOR_ICON 'task' NIX_SHELL_ICON 'nix' @@ -774,6 +779,7 @@ function _p9k_init_icons() { LUA_ICON 'lua' PERL_ICON 'perl' NNN_ICON 'nnn' + XPLR_ICON 'xplr' TIMEWARRIOR_ICON 'tw' TASKWARRIOR_ICON 'task' NIX_SHELL_ICON 'nix' |