Fix lazy sync.
This commit is contained in:
parent
60c07dfa40
commit
8cb3309e93
@ -46,7 +46,7 @@ fi
|
||||
function ud() {
|
||||
wd dots && git pull
|
||||
for i in $XDG_DATA_HOME/repos/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
||||
nvim --headless -c "Lazy sync" -c "q"
|
||||
nvim -c "lua require('lazy').sync({wait = true})" -c qa
|
||||
rm -rf ~/go
|
||||
cd
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user