Changing path to dotfiles repository.

This commit is contained in:
Bartek Stalewski 2023-10-14 23:54:36 +02:00
parent 77cc15efbe
commit 8ae51880a7
2 changed files with 11 additions and 11 deletions

View file

@ -45,7 +45,7 @@ fi
function ud() {
wd dots && git pull
for i in $XDG_CONFIG_HOME/nvim $XDG_DATA_HOME/repos/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
rm -rf ~/go
cd