mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-13 16:40:08 +00:00
minor fixes
This commit is contained in:
parent
7f90c103d1
commit
7c513a1e79
1 changed files with 2 additions and 2 deletions
|
@ -322,9 +322,9 @@ function install_font() {
|
||||||
"Set :\"New Bookmarks\":0:$k $v" ~/Library/Preferences/com.googlecode.iterm2.plist
|
"Set :\"New Bookmarks\":0:$k $v" ~/Library/Preferences/com.googlecode.iterm2.plist
|
||||||
done
|
done
|
||||||
print -P " %2FOK%f"
|
print -P " %2FOK%f"
|
||||||
run_command "Updating %BiTerm2%b settings cache" defaults read com.googlecode.iterm2
|
run_command "Updating %BiTerm2%b settings cache" /usr/bin/defaults read com.googlecode.iterm2
|
||||||
clear
|
clear
|
||||||
print -P "%2FMeslo Nerd Font%f successfully installed."
|
print -P "%2FMeslo Nerd Font%f successfully installed."
|
||||||
print -P ""
|
print -P ""
|
||||||
print -P "Please %Brestart iTerm2%b for the changes to take effect."
|
print -P "Please %Brestart iTerm2%b for the changes to take effect."
|
||||||
print -P ""
|
print -P ""
|
||||||
|
|
Loading…
Reference in a new issue