From 3ff87045a3796b1fb859a51c7ae2624351b38a03 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 May 2024 20:22:34 +0300 Subject: [PATCH] install: remove mystery if that seems to move itself into itself? --- install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install b/install index ccc60c56..703b5589 100755 --- a/install +++ b/install @@ -55,10 +55,6 @@ if hash pre-commit 2>/dev/null; then pre-commit gc fi -if [ -f $HOME/.MIKAELAGREP ]; then - mv $HOME/.MIKAELAGREP $MIKAELA_GREP -fi - if [ -f "$MIKAELA_GREP" ]; then bash -x .mikaela_install fi