fix(icons.zsh): update URLs and correct icon mappings
uFD03 was removed from nerdfont Use \uEBD8 (The new Azure logo) for AZURE_ICON Use \uEBE8 (Azure DevOps) for VCS_GIT_AZURE_ICON Use \UF023 (Lock) for VPN_ICON Add \uE7DD Flutter icon Fix the comment with the URL to open nerdfonts.com cheat-sheet
This commit is contained in:
parent
36f3045d69
commit
cac5839316
|
@ -650,7 +650,7 @@ function _p9k_init_icons() {
|
|||
'nerdfont-complete'|'nerdfont-fontconfig')
|
||||
# nerd-font patched (complete) font required! See
|
||||
# https://github.com/ryanoasis/nerd-fonts
|
||||
# http://nerdfonts.com/#cheat-sheet
|
||||
# http://nerdfonts.com/cheat-sheet
|
||||
icons=(
|
||||
RULER_CHAR '\u2500' # ─
|
||||
LEFT_SEGMENT_SEPARATOR '\uE0B0' #
|
||||
|
@ -737,7 +737,7 @@ function _p9k_init_icons() {
|
|||
VCS_GIT_GITHUB_ICON '\uF113 ' #
|
||||
VCS_GIT_BITBUCKET_ICON '\uE703 ' #
|
||||
VCS_GIT_GITLAB_ICON '\uF296 ' #
|
||||
VCS_GIT_AZURE_ICON '\uFD03 ' # ﴃ
|
||||
VCS_GIT_AZURE_ICON '\uEBE8 ' #
|
||||
VCS_GIT_ARCHLINUX_ICON '\uF303 ' #
|
||||
VCS_GIT_CODEBERG_ICON '\uF1D3 ' #
|
||||
VCS_GIT_DEBIAN_ICON '\uF306 ' #
|
||||
|
@ -762,7 +762,7 @@ function _p9k_init_icons() {
|
|||
NORDVPN_ICON '\UF023' #
|
||||
EXECUTION_TIME_ICON '\uF252'$s #
|
||||
SSH_ICON '\uF489'$s #
|
||||
VPN_ICON '\UF023'
|
||||
VPN_ICON '\UF023' #
|
||||
KUBERNETES_ICON '\U2388' # ⎈
|
||||
DROPBOX_ICON '\UF16B'$s #
|
||||
DATE_ICON '\uF073 ' #
|
||||
|
@ -777,9 +777,9 @@ function _p9k_init_icons() {
|
|||
PROXY_ICON '\u2194' # ↔
|
||||
DOTNET_ICON '\uE77F' #
|
||||
DOTNET_CORE_ICON '\uE77F' #
|
||||
AZURE_ICON '\uFD03' # ﴃ
|
||||
AZURE_ICON '\uEBD8' #
|
||||
DIRENV_ICON '\u25BC' # ▼
|
||||
FLUTTER_ICON 'F'
|
||||
FLUTTER_ICON '\uE7DD' #
|
||||
GCLOUD_ICON '\uF7B7' #
|
||||
LUA_ICON '\uE620' #
|
||||
PERL_ICON '\uE769' #
|
||||
|
|
Loading…
Reference in New Issue