fix udot path issues

This commit is contained in:
2025-04-08 21:14:08 +02:00
parent abbf4bf28e
commit b1d520d666

View File

@@ -36,8 +36,10 @@ udot() {
fi
echo -e ""
echo -e "Update submodules..."
cd ~/.dotfiles
git submodule init
git submodule update
cd ~
echo -e ""
tmux source-file ~/.tmux.conf > /dev/null 2>&1
}