diff --git a/bashrc b/bashrc index 2de34df6..e3db5094 100644 --- a/bashrc +++ b/bashrc @@ -686,7 +686,6 @@ function gribble-gpg-everify() { function shell-things { export SHELL_THINGS_REPO=$HOME/.shell-things -export MIKAELA_GREP=$HOME/.MIKAELA_GREP # Check if ~/.shell-things exists and cd and pull. if [ -d $SHELL_THINGS_REPO ]; then @@ -712,12 +711,6 @@ fi # Installing... bash -x ./install.run -#If ~/.MIKAELA_GREP exists, run that script too... -if [ -f "$MIKAELA_GREP" ]; then - echo "MIKAELA_GREP has been used previously, Installing/Upgrading." - bash -x ./.install.MIKAELA_GREP.run -fi - echo "" echo "shell-things: Everthing is now done :)" echo "" diff --git a/zshrc b/zshrc index 40cb9a8b..9b082260 100644 --- a/zshrc +++ b/zshrc @@ -659,7 +659,6 @@ function gribble-gpg-everify() { function shell-things { export SHELL_THINGS_REPO=$HOME/.shell-things -export MIKAELA_GREP=$HOME/.MIKAELA_GREP # Check if ~/.shell-things exists and cd and pull. if [ -d $SHELL_THINGS_REPO ]; then @@ -688,12 +687,6 @@ echo "" echo "shell-things: Installing finished." echo "" -#If ~/.MIKAELA_GREP exists, run that script too... -if [ -f "$MIKAELA_GREP" ]; then - echo "MIKAELA_GREP has been used previously, Installing/Upgrading." - bash -x ./.install.MIKAELA_GREP.run -fi - echo "" echo "shell-things: Everthing is now done :)" echo ""