Back to astronvim.

This commit is contained in:
Bartek Stalewski 2024-03-08 15:42:43 +01:00
parent 0aed4edea5
commit e26650d344
No known key found for this signature in database
22 changed files with 2 additions and 4 deletions

View file

@ -46,7 +46,7 @@ fi
function ud() {
wd dots && git pull
for i in $XDG_CONFIG_HOME/nvim ~/.local/git/zsh_modules/*; do sh -c "cd $i && git pull"; done
nvim -c "NvChadUpdate" -c q
nvim -c "Lazy update"
rm -rf ~/go
cd
}