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