fix udot path issues
This commit is contained in:
@@ -36,8 +36,10 @@ udot() {
|
|||||||
fi
|
fi
|
||||||
echo -e ""
|
echo -e ""
|
||||||
echo -e "Update submodules..."
|
echo -e "Update submodules..."
|
||||||
|
cd ~/.dotfiles
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
cd ~
|
||||||
echo -e ""
|
echo -e ""
|
||||||
tmux source-file ~/.tmux.conf > /dev/null 2>&1
|
tmux source-file ~/.tmux.conf > /dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user