fish should be configured earlier, simplify
This commit is contained in:
parent
9656c4e501
commit
9d59ea97de
@ -5,29 +5,4 @@ set NC '\033[0m' # No Color
|
||||
{{ if eq .chezmoi.os "linux" -}}
|
||||
sudo timedatectl set-timezone Europe/Moscow
|
||||
{{ end -}}
|
||||
|
||||
echo -e "
|
||||
|
||||
|
||||
$Green""###############################################################################
|
||||
## ##
|
||||
## Waiting for Neovim treesitter initiations ##
|
||||
## ##
|
||||
###############################################################################$NC"
|
||||
|
||||
timeout 10s nvim --headless ":TSUpdate" || true
|
||||
|
||||
echo -e "
|
||||
|
||||
|
||||
$Green""###############################################################################
|
||||
## ##
|
||||
## Preparing to configure tide prompt... ##
|
||||
## ##
|
||||
###############################################################################$NC"
|
||||
sleep 3
|
||||
|
||||
echo 2132335212421y | tide configure
|
||||
set -Ux tide_context_always_display true
|
||||
|
||||
cd ~
|
||||
|
Loading…
Reference in New Issue
Block a user