Skip to content

Commit

Permalink
use newer icons for azure and azure devops (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Nov 1, 2023
1 parent 4306167 commit 18f0bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/icons.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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' # 󰊭
Expand Down
2 changes: 1 addition & 1 deletion internal/p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18f0bec

Please sign in to comment.