Fix colors for fish
This commit is contained in:
parent
99c4a85128
commit
46c7e5d0e0
@ -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
|
||||||
|
@ -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 "
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user