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 ec68f9c8885ec55adff4b6feaced88e591b80307
parent 546b1e2256bfd087ade04eaff33578bfebb85fef
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 19 Aug 2019 12:38:53 +0200

Update submodules without detaching. Update nnn

Diffstat:
M.local/bin/uu | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

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