Doc: Use shorter readme link (#2671)

Since it links to readme on default branch (permalink), can just omit that all making links shorter.
This commit is contained in:
Elan Ruusamäe 2024-05-07 12:39:44 +03:00 committed by GitHub
commit 16e5848426
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 15 additions and 15 deletions

View file

@ -1506,7 +1506,7 @@ function ask_empty_line() {
}
function print_instant_prompt_link() {
local link='https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt'
local link='https://github.com/romkatv/powerlevel10k#instant-prompt'
(( wizard_columns < $#link )) && return
print
flowing -c "$(href $link)"