From b1d520d666420468dcdc306c442202715c17d6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Tue, 8 Apr 2025 21:14:08 +0200 Subject: [PATCH] fix udot path issues --- functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions b/functions index 8a0441f..b4641e7 100644 --- a/functions +++ b/functions @@ -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 }