From 0333e57b79ad42aaaa08e5fadb982a1178cab070 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 9 Oct 2014 21:50:06 +0300 Subject: [PATCH] bashrc & zshrc: remove MIKAELA_GREP from sh... ell-things fuction, it's ran by normal install. --- bashrc | 7 ------- zshrc | 7 ------- 2 files changed, 14 deletions(-) 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 ""