From a62ed83487a51bd6d1625bb989316d83bb3cec64 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 7 Dec 2022 10:39:48 -0500 Subject: [PATCH] [-] Remove echo --- scripts/zshrc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 1c234ee..4388c54 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -5,7 +5,6 @@ SAVEHIST=1000 setopt appendhistory BASEDIR="$(dirname "$(dirname "$0")")" -echo "$BASEDIR" # Modern unix replacements. # Usage: modern-replace 'orig cmd' 'new cmd' 'orig cmd with args (optional)' 'new cmd with args (optional)'