Fix icon padding for VCS bookmark icon (#1414) (#1415)

pull/1421/head
Zachary Palumbo 3 years ago committed by GitHub
parent c59720647a
commit 35acee119d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -816,6 +816,7 @@ function _p9k_init_icons() {
icons[LEFT_SEGMENT_END_SEPARATOR]+=' ' icons[LEFT_SEGMENT_END_SEPARATOR]+=' '
icons[MULTILINE_LAST_PROMPT_PREFIX]+=' ' icons[MULTILINE_LAST_PROMPT_PREFIX]+=' '
icons[VCS_TAG_ICON]+=' ' icons[VCS_TAG_ICON]+=' '
icons[VCS_BOOKMARK_ICON]+=' '
icons[VCS_COMMIT_ICON]+=' ' icons[VCS_COMMIT_ICON]+=' '
icons[VCS_BRANCH_ICON]+=' ' icons[VCS_BRANCH_ICON]+=' '
icons[VCS_REMOTE_BRANCH_ICON]+=' ' icons[VCS_REMOTE_BRANCH_ICON]+=' '

Loading…
Cancel
Save