From bafcc00311c48c42bf4b28cb4e6167b3492f707a Mon Sep 17 00:00:00 2001 From: "chawley (overlook)" Date: Sat, 21 Feb 2026 20:43:32 -0500 Subject: [PATCH] Changed name of config file --- tmux-menu.template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux-menu.template.sh b/tmux-menu.template.sh index d6b9459..b5029bf 100755 --- a/tmux-menu.template.sh +++ b/tmux-menu.template.sh @@ -11,7 +11,7 @@ #=============================================================================== # Path to the YAML configuration file -TMUX_CONFIG_FILE="${HOME}/.config/tmux-menu/sessions.yaml" +TMUX_CONFIG_FILE="${HOME}/.config/tmux-menu/tmux-sessions.yaml" # Check for yq (YAML processor) if ! command -v yq &> /dev/null; then