diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-11-01 12:37:54 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-11-01 12:37:54 +0300 |
commit | 18f0bec1bbdcd595a6cc8155dc09c44acee06d32 (patch) | |
tree | 7c2aeaf136c118dc8a2cfeecbc50f58d93383f94 /internal | |
parent | 430616734aa06ff3def48cb511fb43db7466a64e (diff) |
use newer icons for azure and azure devops (#2472)
Diffstat (limited to 'internal')
-rw-r--r-- | internal/icons.zsh | 4 | ||||
-rw-r--r-- | internal/p10k.zsh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/internal/icons.zsh b/internal/icons.zsh index 308a01d8..f01b991d 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -532,7 +532,7 @@ function _p9k_init_icons() { VCS_GIT_GITHUB_ICON '\uF113 ' # VCS_GIT_BITBUCKET_ICON '\uE703 ' # VCS_GIT_GITLAB_ICON '\uF296 ' # - VCS_GIT_AZURE_ICON '\UF0805 ' # + VCS_GIT_AZURE_ICON '\uEBE8 ' # VCS_HG_ICON '\uF0C3 ' # VCS_SVN_ICON '\uE72D'$q # RUST_ICON '\uE7A8'$q # @@ -560,7 +560,7 @@ function _p9k_init_icons() { PROXY_ICON '\u2194' # ↔ DOTNET_ICON '\uE77F' # DOTNET_CORE_ICON '\uE77F' # - AZURE_ICON '\UF0805' # + AZURE_ICON '\uEBD8 ' # DIRENV_ICON '\u25BC' # ▼ FLUTTER_ICON 'F' # F GCLOUD_ICON '\UF02AD' # diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 09985e0b..aea27f4c 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -9396,7 +9396,7 @@ if [[ $__p9k_dump_file != $__p9k_instant_prompt_dump_file && -n $__p9k_instant_p zf_rm -f -- $__p9k_instant_prompt_dump_file{,.zwc} 2>/dev/null fi -typeset -g P9K_VERSION=1.19.8 +typeset -g P9K_VERSION=1.19.9 unset VSCODE_SHELL_INTEGRATION _p9k_init_ssh |