dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 063f430da16623ebd60c497781f3faa947bb2330
parent a9d6eef82bcd53336215cfd07c2b54c6b89bc1f1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 19 Aug 2019 12:44:08 +0200

Recompile submodules after update, also if pull command fails

Diffstat:
M.local/bin/uu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/uu b/.local/bin/uu @@ -53,7 +53,7 @@ fi announce "Updating dotfiles" . ~/.commands.sh dotfiles pull -dotfiles submodule foreach --recursive git pull origin master && m_all_sl +dotfiles submodule foreach --recursive git pull origin master ; m_all_sl #announce "Finished building dotfiles" if type conda >/dev/null; then