From af33e8241555f5c37d990bce0ea3f2a229142e2c Mon Sep 17 00:00:00 2001 From: Valerie Date: Wed, 17 Jul 2024 09:24:31 -0400 Subject: [PATCH] renamed bash completion folder to be more appropriate --- README.md | 2 +- {bash_completion => bash-completion}/remux | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {bash_completion => bash-completion}/remux (100%) diff --git a/README.md b/README.md index 8c511d0..e92e0bd 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Install the package using Cargo with the command cargo install tmux-remux<
Bash Completions -Copy bash_completion/remux to the appropriate directory, typically +Copy bash-completion/remux to the appropriate directory, typically /usr/share/bash-completion.
diff --git a/bash_completion/remux b/bash-completion/remux similarity index 100% rename from bash_completion/remux rename to bash-completion/remux