From 7c7b9a5d57b5ea13aca3ad2e452195bbae1a098c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 4 Jan 2018 14:18:05 -0200 Subject: Inception: silent cd --- inception | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inception') diff --git a/inception b/inception index cd9319f..a00b692 100755 --- a/inception +++ b/inception @@ -22,7 +22,7 @@ function inception_usage { # Initialize function inception_init { ( - cd $DIRNAME + cd $DIRNAME &> /dev/null echo "Initializing submodules..." $GIT submodule sync --recursive @@ -63,13 +63,13 @@ function inception_init { #echo "Please manually verify dotfiles version and tag from the above output." #echo "If everything is fine, proceed running this command again with the 'load' parameter." - cd - + #cd - } # Load function inception_load { ( - cd $DIRNAME + cd $DIRNAME &> /dev/null BUNDLE="$3" DEPENDENCIES="$4" -- cgit v1.2.3