From 5f6caef9d93a1d1a7750eb3d3976b98d7dfbde89 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 16:52:17 +0300 Subject: [PATCH] Configure fish is fish again --- run_once_after_configure_fish.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/run_once_after_configure_fish.sh b/run_once_after_configure_fish.sh index f1400f3..3761f8e 100644 --- a/run_once_after_configure_fish.sh +++ b/run_once_after_configure_fish.sh @@ -1,11 +1,11 @@ -#!/usr/bin/env bash -Green='\033[0;32m' # Green -NC='\033[0m' # No Color +#!/usr/bin/env fish +set Green '\033[0;32m' # Green +set NC '\033[0m' # No Color echo -e " -$Green############################################################################### +$Green""############################################################################### ## ## ## Waiting for Neovim treesitter initiations ## ## ## @@ -17,7 +17,7 @@ timeout 10s nvim --headless ":TSUpdate" || true echo -e " -$Green############################################################################### +$Green""############################################################################### ## ## ## Preparing to configure tide prompt... ## ## ##