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