mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: fix MIKAELA_GREP file
This commit is contained in:
parent
6231689929
commit
4380536f3c
2
bashrc
2
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
|
||||
|
2
zshrc
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user