aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
Diffstat (limited to 'inception')
-rwxr-xr-xinception2
1 files changed, 2 insertions, 0 deletions
diff --git a/inception b/inception
index a00b692..82e0d43 100755
--- a/inception
+++ b/inception
@@ -38,6 +38,8 @@ function inception_init {
mv $HOME/.dotfiles $BACKUPS/
( cd $HOME &> /dev/null && ln -s apps/dotfiles .dotfiles )
fi
+ else
+ ( cd $HOME &> /dev/null && ln -s apps/dotfiles .dotfiles )
fi
#if [ ! -e "$HOME/.dotfiles" ]; then