From 30398770dbc0936ef1e8d9bcd708b9f0816ecadb Mon Sep 17 00:00:00 2001 From: Eugene Obrezkov Date: Sat, 6 Apr 2019 11:24:40 +0300 Subject: [PATCH] Fix issue with opening Nerd Font in Font Manager --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e520f54..3991ee5 100644 --- a/install.sh +++ b/install.sh @@ -216,7 +216,7 @@ function install_nerd_font() { echo "Font Manager will be opened in 5 seconds, prompting to install Nerd Font" echo "When you will be done with installing Nerd Font, close the Font Manager" sleep 5 - open -W ./nerd_font.otf + open -W ./nerd_font.ttf green_color echo "Nerd Font is successfully installed!"