Fix colors for fish
This commit is contained in:
parent
99c4a85128
commit
46c7e5d0e0
@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
# fish_plugins hash {{ include "private_dot_config/nvim/init.lua" | sha256sum }}
|
||||
Green='\033[0;32m' # Green
|
||||
NC='\033[0m' # No Color
|
||||
set Green '\033[0;32m' # Green
|
||||
set NC '\033[0m' # No Color
|
||||
|
||||
echo
|
||||
printf "$GreenExecuting neovim :Lazy sync..."
|
||||
nvim --headless "+Lazy! sync" +qa
|
||||
nvim --headless ":MasonUpdate" +qa
|
||||
echo " done.$NC"
|
||||
echo -e " done.$NC"
|
||||
echo
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
# fish_plugins hash {{ include "private_dot_config/private_fish/fish_plugins" | sha256sum }}
|
||||
Green='\033[0;32m' # Green
|
||||
NC='\033[0m' # No Color
|
||||
set Green '\033[0;32m' # Green
|
||||
set NC '\033[0m' # No Color
|
||||
|
||||
echo -e "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user