Fix colors for fish

This commit is contained in:
Anton Volnuhin 2023-05-28 16:24:32 +03:00
parent 99c4a85128
commit 46c7e5d0e0
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
#!/usr/bin/env fish #!/usr/bin/env fish
# fish_plugins hash {{ include "private_dot_config/nvim/init.lua" | sha256sum }} # fish_plugins hash {{ include "private_dot_config/nvim/init.lua" | sha256sum }}
Green='\033[0;32m' # Green set Green '\033[0;32m' # Green
NC='\033[0m' # No Color set NC '\033[0m' # No Color
echo echo
printf "$GreenExecuting neovim :Lazy sync..." printf "$GreenExecuting neovim :Lazy sync..."
nvim --headless "+Lazy! sync" +qa nvim --headless "+Lazy! sync" +qa
nvim --headless ":MasonUpdate" +qa nvim --headless ":MasonUpdate" +qa
echo " done.$NC" echo -e " done.$NC"
echo echo

View File

@ -1,8 +1,8 @@
#!/usr/bin/env fish #!/usr/bin/env fish
# fish_plugins hash {{ include "private_dot_config/private_fish/fish_plugins" | sha256sum }} # fish_plugins hash {{ include "private_dot_config/private_fish/fish_plugins" | sha256sum }}
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 "