From d5755e0070ccce5bc9bb74187ee14a369b1091b2 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 11:49:14 +0100 Subject: [PATCH] test --- scripts/main.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/main.sh b/scripts/main.sh index 95f366e..0bc0da7 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -22,12 +22,10 @@ get_tmux_option() { # my_option=$(get_tmux_option "@plugin_option" "default_value") function show_reminders { - tmux display-popup -T "Impegni di oggi…" -w 50% -h 50% -x C -y C -E -- "$CURRENT_DIR/scripts/show_reminders.sh" + tmux display-popup -T "Impegni di oggi…" -w 50% -h 50% -x C -y C -E -- "$CURRENT_DIR/show_reminders.sh" } function main { - tmux display-message "la pwd è ${CURRENT_DIR}" - exit 0 if [ "$1" == "reminders" ]; then show_reminders else