aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
Diffstat (limited to 'inception')
-rwxr-xr-xinception2
1 files changed, 1 insertions, 1 deletions
diff --git a/inception b/inception
index a5e4c5f..cd9319f 100755
--- a/inception
+++ b/inception
@@ -36,7 +36,7 @@ function inception_init {
if [ ! -h "$HOME/.dotfiles" ] || [ "`readlink $HOME/.dotfiles`" != "apps/dotfiles" ]; then
mkdir -p $BACKUPS
mv $HOME/.dotfiles $BACKUPS/
- ( cd $HOME && ln -s $HOME/apps/dotfiles .dotfiles )
+ ( cd $HOME &> /dev/null && ln -s apps/dotfiles .dotfiles )
fi
fi