diff --git a/private_dot_config/nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl b/private_dot_config/nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl index a9172ee..682a9e4 100644 --- a/private_dot_config/nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl +++ b/private_dot_config/nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl @@ -1,12 +1,12 @@ #!/usr/bin/env fish # fish_plugins hash {{ include "private_dot_config/nvim/init.lua" | sha256sum }} -Green='\033[0;32m' # Green -NC='\033[0m' # No Color +set Green '\033[0;32m' # Green +set NC '\033[0m' # No Color echo printf "$GreenExecuting neovim :Lazy sync..." nvim --headless "+Lazy! sync" +qa nvim --headless ":MasonUpdate" +qa -echo " done.$NC" +echo -e " done.$NC" echo diff --git a/private_dot_config/private_fish/run_onchange_after_fish_plugins.fish.tmpl b/private_dot_config/private_fish/run_onchange_after_fish_plugins.fish.tmpl index 6cec89d..f67eec0 100644 --- a/private_dot_config/private_fish/run_onchange_after_fish_plugins.fish.tmpl +++ b/private_dot_config/private_fish/run_onchange_after_fish_plugins.fish.tmpl @@ -1,8 +1,8 @@ #!/usr/bin/env fish # fish_plugins hash {{ include "private_dot_config/private_fish/fish_plugins" | sha256sum }} -Green='\033[0;32m' # Green -NC='\033[0m' # No Color +set Green '\033[0;32m' # Green +set NC '\033[0m' # No Color echo -e "