From 4380536f3c92dae47a3c9f6685793fcc407baf98 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 9 Oct 2014 20:30:01 +0300 Subject: [PATCH] bashrc & zshrc: fix MIKAELA_GREP file --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index f084e459..2de34df6 100644 --- a/bashrc +++ b/bashrc @@ -686,7 +686,7 @@ function gribble-gpg-everify() { function shell-things { export SHELL_THINGS_REPO=$HOME/.shell-things -export MIKAELA_GREP=$HOME/.MKAYSIGREP +export MIKAELA_GREP=$HOME/.MIKAELA_GREP # Check if ~/.shell-things exists and cd and pull. if [ -d $SHELL_THINGS_REPO ]; then diff --git a/zshrc b/zshrc index 56b37f07..40cb9a8b 100644 --- a/zshrc +++ b/zshrc @@ -659,7 +659,7 @@ function gribble-gpg-everify() { function shell-things { export SHELL_THINGS_REPO=$HOME/.shell-things -export MIKAELA_GREP=$HOME/.MKAYSIGREP +export MIKAELA_GREP=$HOME/.MIKAELA_GREP # Check if ~/.shell-things exists and cd and pull. if [ -d $SHELL_THINGS_REPO ]; then