Configure fish is fish again
This commit is contained in:
parent
3816cd1eb4
commit
5f6caef9d9
@ -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... ##
|
||||||
## ##
|
## ##
|
||||||
|
Loading…
Reference in New Issue
Block a user