Better nvim update.
This commit is contained in:
parent
3e224c15c7
commit
cdd4d041e6
@ -46,7 +46,7 @@ fi
|
|||||||
function ud() {
|
function ud() {
|
||||||
wd dots && git pull
|
wd dots && git pull
|
||||||
for i in $XDG_CONFIG_HOME/nvim ~/.local/git/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
for i in $XDG_CONFIG_HOME/nvim ~/.local/git/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
||||||
nvim -c "lua require('lazy').sync({wait = true})" -c qa
|
nvim -c "NvChadUpdate" -c q
|
||||||
rm -rf ~/go
|
rm -rf ~/go
|
||||||
cd
|
cd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user