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