Update pomodoro.sh

This commit is contained in:
Technofab 2024-11-26 18:09:44 +01:00 committed by GitHub
parent 1dfa877f18
commit 2935a9ea7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ if [ -z "$TMUX" ]; then
fi
current_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$current_dir"/utils.sh
pomodoro_path=$(get_tmux_option "@tmux2k-pomodoro-path" "$current_dir/../../tmux-pomodoro-plus")
POMODORO_SCRIPT="$pomodoro_path/scripts/pomodoro.sh"