diff --git a/zshrc.org b/zshrc.org index bfbfeef..316e4e4 100644 --- a/zshrc.org +++ b/zshrc.org @@ -437,7 +437,7 @@ This needs to be diff'd among the versions These aliases help setting up termdown to countdown for the pomodoro technique #+begin_src sh - termdown_bin=/home/jacopods/.local/bin/termdown + termdown_bin=/usr/bin/termdown alias pomo="$termdown_bin 25m -aW -f 3x5 -c 180 -b -q 10 -s $@" alias heirloom="$termdown_bin -s 37m -aW -f 3x5 -c 300 -b -q 10 $@"