From 915f2db699d2d073d12f0a3bcb9ff3a6f2ff49b8 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Sun, 1 Mar 2026 11:31:59 +0100 Subject: [PATCH] =?UTF-8?q?fix=20(home/cli)!:=E2=80=AFno=20task=20sync=20i?= =?UTF-8?q?n=20bashrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/cli.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/cli.nix b/home/cli.nix index 6435995..20916c1 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -85,8 +85,6 @@ 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 '';