Skip to content

Commit

Permalink
s/VCS_GIT_ARCH_ICON/VCS_GIT_ARCHLINUX_ICON/ (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Dec 2, 2023
1 parent c39e530 commit 9547f22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions internal/icons.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function _p9k_init_icons() {
VCS_GIT_BITBUCKET_ICON '\uE20E ' #
VCS_GIT_GITLAB_ICON '\uE20E ' #
VCS_GIT_AZURE_ICON '\uE20E ' #
VCS_GIT_ARCH_ICON '\uE20E ' #
VCS_GIT_ARCHLINUX_ICON '\uE20E ' #
VCS_GIT_CODEBERG_ICON '\uE20E ' #
VCS_GIT_DEBIAN_ICON '\uE20E ' #
VCS_GIT_FREEBSD_ICON '\uE20E ' #
Expand Down Expand Up @@ -258,7 +258,7 @@ function _p9k_init_icons() {
VCS_GIT_BITBUCKET_ICON '\uF171 ' #
VCS_GIT_GITLAB_ICON '\uF296 ' #
VCS_GIT_AZURE_ICON '\u2601 ' #
VCS_GIT_ARCH_ICON '\uF1D3 ' #
VCS_GIT_ARCHLINUX_ICON '\uF1D3 ' #
VCS_GIT_CODEBERG_ICON '\uF1D3 ' #
VCS_GIT_DEBIAN_ICON '\uF1D3 ' #
VCS_GIT_FREEBSD_ICON '\uF1D3 ' #
Expand Down Expand Up @@ -415,7 +415,7 @@ function _p9k_init_icons() {
VCS_GIT_BITBUCKET_ICON "${CODEPOINT_OF_AWESOME_BITBUCKET:+\\u$CODEPOINT_OF_AWESOME_BITBUCKET }"
VCS_GIT_GITLAB_ICON "${CODEPOINT_OF_AWESOME_GITLAB:+\\u$CODEPOINT_OF_AWESOME_GITLAB }"
VCS_GIT_AZURE_ICON '\u2601 ' #
VCS_GIT_ARCH_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_GIT_ARCHLINUX_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_GIT_CODEBERG_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_GIT_DEBIAN_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_GIT_FREEBSD_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
Expand Down Expand Up @@ -566,7 +566,7 @@ function _p9k_init_icons() {
VCS_GIT_BITBUCKET_ICON '\uE703 ' #
VCS_GIT_GITLAB_ICON '\uF296 ' #
VCS_GIT_AZURE_ICON '\uEBE8 ' #
VCS_GIT_ARCH_ICON '\uF303 ' #
VCS_GIT_ARCHLINUX_ICON '\uF303 ' #
# v3.1 has \uF330.
VCS_GIT_CODEBERG_ICON '\uF1D3 ' #
VCS_GIT_DEBIAN_ICON '\uF306 ' #
Expand Down Expand Up @@ -724,7 +724,7 @@ function _p9k_init_icons() {
VCS_GIT_BITBUCKET_ICON '\uE703 ' #
VCS_GIT_GITLAB_ICON '\uF296 ' #
VCS_GIT_AZURE_ICON '\uFD03 ' #
VCS_GIT_ARCH_ICON '\uF303 ' #
VCS_GIT_ARCHLINUX_ICON '\uF303 ' #
VCS_GIT_CODEBERG_ICON '\uF1D3 ' #
VCS_GIT_DEBIAN_ICON '\uF306 ' #
VCS_GIT_FREEBSD_ICON '\UF30C ' #
Expand Down Expand Up @@ -874,7 +874,7 @@ function _p9k_init_icons() {
VCS_GIT_BITBUCKET_ICON ''
VCS_GIT_GITLAB_ICON ''
VCS_GIT_AZURE_ICON ''
VCS_GIT_ARCH_ICON ''
VCS_GIT_ARCHLINUX_ICON ''
VCS_GIT_CODEBERG_ICON ''
VCS_GIT_DEBIAN_ICON ''
VCS_GIT_FREEBSD_ICON ''
Expand Down Expand Up @@ -1026,7 +1026,7 @@ function _p9k_init_icons() {
VCS_GIT_BITBUCKET_ICON ''
VCS_GIT_GITLAB_ICON ''
VCS_GIT_AZURE_ICON ''
VCS_GIT_ARCH_ICON ''
VCS_GIT_ARCHLINUX_ICON ''
VCS_GIT_CODEBERG_ICON ''
VCS_GIT_DEBIAN_ICON ''
VCS_GIT_FREEBSD_ICON ''
Expand Down

0 comments on commit 9547f22

Please sign in to comment.