Changed name of config file

This commit is contained in:
2026-02-21 20:43:32 -05:00
parent 87dbb4e498
commit bafcc00311

View File

@@ -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