bashrc & zshrc: remove MIKAELA_GREP from sh...

ell-things fuction, it's ran by normal install.
This commit is contained in:
Mikaela Suomalainen 2014-10-09 21:50:06 +03:00
parent 69abad72e1
commit 0333e57b79
2 changed files with 0 additions and 14 deletions

7
bashrc
View File

@ -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 ""

7
zshrc
View File

@ -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 ""