From 7d9c3cce206ffadba7873f32c100fcba3da89506 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Wed, 18 Feb 2026 10:24:42 +0100 Subject: [PATCH] feat (home/cli): synchronize tasks --- home/cli.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/cli.nix b/home/cli.nix index 20916c1..6435995 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -85,6 +85,8 @@ enable = true; bashrcExtra = '' export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] " + task sync + clear task ls if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi '';