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 {
|
function shell-things {
|
||||||
|
|
||||||
export SHELL_THINGS_REPO=$HOME/.shell-things
|
export SHELL_THINGS_REPO=$HOME/.shell-things
|
||||||
export MIKAELA_GREP=$HOME/.MIKAELA_GREP
|
|
||||||
|
|
||||||
# Check if ~/.shell-things exists and cd and pull.
|
# Check if ~/.shell-things exists and cd and pull.
|
||||||
if [ -d $SHELL_THINGS_REPO ]; then
|
if [ -d $SHELL_THINGS_REPO ]; then
|
||||||
@ -712,12 +711,6 @@ fi
|
|||||||
# Installing...
|
# Installing...
|
||||||
bash -x ./install.run
|
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 ""
|
||||||
echo "shell-things: Everthing is now done :)"
|
echo "shell-things: Everthing is now done :)"
|
||||||
echo ""
|
echo ""
|
||||||
|
7
zshrc
7
zshrc
@ -659,7 +659,6 @@ function gribble-gpg-everify() {
|
|||||||
function shell-things {
|
function shell-things {
|
||||||
|
|
||||||
export SHELL_THINGS_REPO=$HOME/.shell-things
|
export SHELL_THINGS_REPO=$HOME/.shell-things
|
||||||
export MIKAELA_GREP=$HOME/.MIKAELA_GREP
|
|
||||||
|
|
||||||
# Check if ~/.shell-things exists and cd and pull.
|
# Check if ~/.shell-things exists and cd and pull.
|
||||||
if [ -d $SHELL_THINGS_REPO ]; then
|
if [ -d $SHELL_THINGS_REPO ]; then
|
||||||
@ -688,12 +687,6 @@ echo ""
|
|||||||
echo "shell-things: Installing finished."
|
echo "shell-things: Installing finished."
|
||||||
echo ""
|
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 ""
|
||||||
echo "shell-things: Everthing is now done :)"
|
echo "shell-things: Everthing is now done :)"
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user