From a92653f2b23c527502ea0d2332fa3c22f0cea8ec Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 12 Jun 2026 10:16:44 +0100 Subject: [PATCH] base -> bash from tanushnry at gmail dot com. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c1bd088f..556dfedc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -63,7 +63,7 @@ tmux -vv -Ltest -f/dev/null new Or if you need your configuration: -~~~base +~~~bash tmux kill-server tmux -vv new ~~~