Skip to content

Commit

Permalink
add VCS_GIT_GITEA_ICON and VCS_GIT_SOURCEHUT_ICON (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Dec 2, 2023
1 parent 096a731 commit c39e530
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions internal/icons.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ function _p9k_init_icons() {
VCS_GIT_GNU_ICON '\uE20E ' #
VCS_GIT_KDE_ICON '\uE20E ' #
VCS_GIT_LINUX_ICON '\uE20E ' #
VCS_GIT_GITEA_ICON '\uE20E ' #
VCS_GIT_SOURCEHUT_ICON '\uE20E ' #
VCS_HG_ICON '\uE1C3 ' #
VCS_SVN_ICON 'svn'$q
RUST_ICON 'R'
Expand Down Expand Up @@ -265,6 +267,8 @@ function _p9k_init_icons() {
VCS_GIT_GNU_ICON '\uF1D3 ' #
VCS_GIT_KDE_ICON '\uF1D3 ' #
VCS_GIT_LINUX_ICON '\uF1D3 ' #
VCS_GIT_GITEA_ICON '\uF1D3 ' #
VCS_GIT_SOURCEHUT_ICON '\uF1D3 ' #
VCS_HG_ICON '\uF0C3 ' #
VCS_SVN_ICON 'svn'$q
RUST_ICON '\uE6A8' #
Expand Down Expand Up @@ -420,6 +424,8 @@ function _p9k_init_icons() {
VCS_GIT_GNU_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_GIT_KDE_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_GIT_LINUX_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_GIT_GITEA_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_GIT_SOURCEHUT_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }"
VCS_HG_ICON "${CODEPOINT_OF_AWESOME_FLASK:+\\u$CODEPOINT_OF_AWESOME_FLASK }"
VCS_SVN_ICON 'svn'$q
RUST_ICON '\uE6A8' #
Expand Down Expand Up @@ -573,6 +579,9 @@ function _p9k_init_icons() {
# v3.1 has \uF332.
VCS_GIT_KDE_ICON '\uF296 ' #
VCS_GIT_LINUX_ICON '\uF17C ' #
# v3.1 has \uF339.
VCS_GIT_GITEA_ICON '\uF1D3 ' #
VCS_GIT_SOURCEHUT_ICON '\uF1DB ' #
VCS_HG_ICON '\uF0C3 ' #
VCS_SVN_ICON '\uE72D'$q #
RUST_ICON '\uE7A8'$q #
Expand Down Expand Up @@ -724,6 +733,8 @@ function _p9k_init_icons() {
VCS_GIT_GNU_ICON '\uE779 ' #
VCS_GIT_KDE_ICON '\uF296 ' #
VCS_GIT_LINUX_ICON '\uF17C ' #
VCS_GIT_GITEA_ICON '\uF1D3 ' #
VCS_GIT_SOURCEHUT_ICON '\uF1DB ' #
VCS_HG_ICON '\uF0C3 ' #
VCS_SVN_ICON '\uE72D'$q #
RUST_ICON '\uE7A8'$q #
Expand Down Expand Up @@ -872,6 +883,8 @@ function _p9k_init_icons() {
VCS_GIT_GNU_ICON ''
VCS_GIT_KDE_ICON ''
VCS_GIT_LINUX_ICON ''
VCS_GIT_GITEA_ICON ''
VCS_GIT_SOURCEHUT_ICON ''
VCS_HG_ICON ''
VCS_SVN_ICON ''
RUST_ICON 'rust'
Expand Down Expand Up @@ -1022,6 +1035,8 @@ function _p9k_init_icons() {
VCS_GIT_GNU_ICON ''
VCS_GIT_KDE_ICON ''
VCS_GIT_LINUX_ICON ''
VCS_GIT_GITEA_ICON ''
VCS_GIT_SOURCEHUT_ICON ''
VCS_HG_ICON ''
VCS_SVN_ICON ''
RUST_ICON 'R'
Expand Down

0 comments on commit c39e530

Please sign in to comment.