aboutsummaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-09-04 00:07:46 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-09-04 00:07:46 +0300
commit7c513a1e7964ec46354d24b735ea4ab42c5ff5d9 (patch)
treeba99bdb1eb8c8eda57843ce65447029c1bdb68ee /internal/wizard.zsh
parent7f90c103d1b13fae1fac2e75562d9eaca9d0a0f8 (diff)
minor fixes
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-xinternal/wizard.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index e72cd92e..f32cfd2a 100755
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -322,9 +322,9 @@ function install_font() {
"Set :\"New Bookmarks\":0:$k $v" ~/Library/Preferences/com.googlecode.iterm2.plist
done
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
- print -P "%2FMeslo Nerd Font%f successfully installed."
+ print -P "%2FMeslo Nerd Font%f successfully installed."
print -P ""
print -P "Please %Brestart iTerm2%b for the changes to take effect."
print -P ""