mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 11:50:07 +00:00
fix: use correct sourcehut repository url (#2556)
sourcehut.org is the website of the organization but sr.ht is the website were the repositories are hosted.
This commit is contained in:
parent
62341054d8
commit
34ee1c6bbb
1 changed files with 1 additions and 1 deletions
|
@ -7454,7 +7454,7 @@ _p9k_init_params() {
|
||||||
'gnu.org' VCS_GIT_GNU_ICON
|
'gnu.org' VCS_GIT_GNU_ICON
|
||||||
'kde.org' VCS_GIT_KDE_ICON
|
'kde.org' VCS_GIT_KDE_ICON
|
||||||
'kernel.org' VCS_GIT_LINUX_ICON
|
'kernel.org' VCS_GIT_LINUX_ICON
|
||||||
'sourcehut.org' VCS_GIT_SOURCEHUT_ICON
|
'sr.ht' VCS_GIT_SOURCEHUT_ICON
|
||||||
)
|
)
|
||||||
typeset -ga _POWERLEVEL9K_VCS_GIT_REMOTE_ICONS
|
typeset -ga _POWERLEVEL9K_VCS_GIT_REMOTE_ICONS
|
||||||
for domain icon in "${domain2icon[@]}"; do
|
for domain icon in "${domain2icon[@]}"; do
|
||||||
|
|
Loading…
Reference in a new issue