Configure fish is fish again

This commit is contained in:
Anton Volnuhin 2023-05-28 16:52:17 +03:00
parent 3816cd1eb4
commit 5f6caef9d9

View File

@ -1,11 +1,11 @@
#!/usr/bin/env bash #!/usr/bin/env fish
Green='\033[0;32m' # Green set Green '\033[0;32m' # Green
NC='\033[0m' # No Color set NC '\033[0m' # No Color
echo -e " echo -e "
$Green############################################################################### $Green""###############################################################################
## ## ## ##
## Waiting for Neovim treesitter initiations ## ## Waiting for Neovim treesitter initiations ##
## ## ## ##
@ -17,7 +17,7 @@ timeout 10s nvim --headless ":TSUpdate" || true
echo -e " echo -e "
$Green############################################################################### $Green""###############################################################################
## ## ## ##
## Preparing to configure tide prompt... ## ## Preparing to configure tide prompt... ##
## ## ## ##