Neovim repository should be updated too.
This commit is contained in:
parent
41d362a362
commit
97554965e5
@ -45,7 +45,7 @@ fi
|
|||||||
|
|
||||||
function ud() {
|
function ud() {
|
||||||
wd dots && git pull
|
wd dots && git pull
|
||||||
for i in $XDG_DATA_HOME/repos/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
for i in $XDG_CONFIG_HOME/nvim $XDG_DATA_HOME/repos/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
||||||
nvim -c "lua require('lazy').sync({wait = true})" -c qa
|
nvim -c "lua require('lazy').sync({wait = true})" -c qa
|
||||||
rm -rf ~/go
|
rm -rf ~/go
|
||||||
cd
|
cd
|
||||||
|
Loading…
Reference in New Issue
Block a user