e5a860c3b64437f3766cc6ea5af0a1111800635f
325426abd41894fad8e1264d72593f03d4e5cc8c
@@ -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