From e02c1e7c2f73e5d57503f11faf9afb2618e670c9 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 15 Sep 2023 10:57:26 -0400 Subject: [PATCH] Termdown is now installed --- zshrc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@"