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