mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
add 'sleep 3' after changing iTerm2 settings; just trying random shit
This commit is contained in:
parent
ffbf86903d
commit
cb3f58d21f
1 changed files with 2 additions and 1 deletions
|
@ -346,8 +346,9 @@ function install_font() {
|
||||||
run_command "" /usr/libexec/PlistBuddy -c \
|
run_command "" /usr/libexec/PlistBuddy -c \
|
||||||
"Add :\"New Bookmarks\":0:$k $t $v" ~/Library/Preferences/com.googlecode.iterm2.plist
|
"Add :\"New Bookmarks\":0:$k $t $v" ~/Library/Preferences/com.googlecode.iterm2.plist
|
||||||
done
|
done
|
||||||
print -P " %2FOK%f"
|
|
||||||
run_command "Updating %BiTerm2%b settings cache" /usr/bin/defaults read com.googlecode.iterm2
|
run_command "Updating %BiTerm2%b settings cache" /usr/bin/defaults read com.googlecode.iterm2
|
||||||
|
sleep 3
|
||||||
|
print -P " %2FOK%f"
|
||||||
clear
|
clear
|
||||||
flowing +c "%2FMeslo Nerd Font%f" successfully installed.
|
flowing +c "%2FMeslo Nerd Font%f" successfully installed.
|
||||||
print -P ""
|
print -P ""
|
||||||
|
|
Loading…
Reference in a new issue