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 41f8f8f4d952cc76009bfe8e920388dd03ef3241
parent b0eb722ada7f1d49a7e6b8742d39149a2da9e5fe
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 21 Jun 2015 13:42:19 +0200

fix path

Diffstat:
Mbin/uu | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/uu b/bin/uu @@ -19,6 +19,7 @@ fi # Spacemacs if [ -d "~/.emacs.d" ]; then - git pull --rebase + cd ~/.emacs.d && \ + git pull --rebase && \ git submodule sync; git submodule update fi