Fix EXC_BAD_ACCESS on MacOS Catalina

Fix #259
This commit is contained in:
Benedikt Stemmildt 2019-10-12 12:45:22 +02:00 committed by GitHub
parent 0302e68913
commit 60e9513e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
# Don't show the number of commits next to the ahead/behind arrows.
typeset -g POWERLEVEL9K_VCS_{COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=1
# Remove space between '⇣' and '⇡', and get rid of $' \b'.
typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION=$'${${P9K_CONTENT/⇣* ⇡/⇣⇡}// \b}'
typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION="\${\${P9K_CONTENT/⇣* ⇡/⇣⇡}// \b}"
}
(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]}