all repos — nixfiles @ e5a860c3b64437f3766cc6ea5af0a1111800635f

System and user configuration, managed by nix and home-manager

Merge branch 'master' of git://github.com/alanpearce/dotfiles Conflicts: install

Alan Pearce
commit

e5a860c3b64437f3766cc6ea5af0a1111800635f

parent

325426abd41894fad8e1264d72593f03d4e5cc8c

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M installinstall
@@ -21,7 +21,7 @@ git clone ssh://alan@home.alanpearce.co.uk:22222/~/dotfiles.git
fi install-dot () { - if [[ ! -d $1 ]] + if [[ "$1" != . && ! -d $1 ]] then mkdir $1 fi