mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
Update pomodoro.sh
This commit is contained in:
parent
1dfa877f18
commit
2935a9ea7f
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue