bashrc & zshrc: fix MIKAELA_GREP file

This commit is contained in:
Mikaela Suomalainen 2014-10-09 20:30:01 +03:00
parent 6231689929
commit 4380536f3c
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

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

2
zshrc
View File

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