From 2718248341dae7a4cab7b1cecbe7e08b57541234 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 10 Feb 2026 16:27:34 -0500 Subject: [PATCH] [bin] Remove silly msg in bootstrap --- bin/.local/bin/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/.local/bin/bootstrap.sh b/bin/.local/bin/bootstrap.sh index e035936..140b128 100755 --- a/bin/.local/bin/bootstrap.sh +++ b/bin/.local/bin/bootstrap.sh @@ -150,7 +150,6 @@ cat <<'EOF' ~/.emacs.d/bin/doom install (And later, when you change config: ~/.emacs.d/bin/doom sync) -Note: I didn't 'source ~/.zshrc' inside this script because non-interactive sourcing is unreliable. EOF log "Done."