From 9d59ea97dea8a47c0a7d1ad396a29b4e328d380c Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 21 May 2024 01:43:37 +0300 Subject: [PATCH] fish should be configured earlier, simplify --- run_once_after_configure.fish.tmpl | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/run_once_after_configure.fish.tmpl b/run_once_after_configure.fish.tmpl index c34e048..f1a9be6 100755 --- a/run_once_after_configure.fish.tmpl +++ b/run_once_after_configure.fish.tmpl @@ -5,29 +5,4 @@ set NC '\033[0m' # No Color {{ if eq .chezmoi.os "linux" -}} sudo timedatectl set-timezone Europe/Moscow {{ end -}} - -echo -e " - - -$Green""############################################################################### -## ## -## Waiting for Neovim treesitter initiations ## -## ## -###############################################################################$NC" - -timeout 10s nvim --headless ":TSUpdate" || true - -echo -e " - - -$Green""############################################################################### -## ## -## Preparing to configure tide prompt... ## -## ## -###############################################################################$NC" -sleep 3 - -echo 2132335212421y | tide configure set -Ux tide_context_always_display true - -cd ~