mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
bashrc & zshrc: remove MIKAELA_GREP from sh...
ell-things fuction, it's ran by normal install.
This commit is contained in:
parent
69abad72e1
commit
0333e57b79
7
bashrc
7
bashrc
@ -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
7
zshrc
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user