mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
better iTerm version filter
This commit is contained in:
parent
298fa2f325
commit
200b02b242
@ -245,7 +245,7 @@ function can_install_font() {
|
||||
return
|
||||
fi
|
||||
if [[ "$(uname)" == Darwin && $TERM_PROGRAM == iTerm.app ]]; then
|
||||
[[ $TERM_PROGRAM_VERSION == (2|3)* ]] || return
|
||||
[[ $TERM_PROGRAM_VERSION == [2-9]* ]] || return
|
||||
if [[ -f ~/Library/Fonts ]]; then
|
||||
[[ -d ~/Library/Fonts && -w ~/Library/Fonts ]] || return
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user