From 86bb47d7a3e498c3408441aef318ab68911c0eec Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Sun, 1 Mar 2026 11:31:59 +0100 Subject: [PATCH] fix (home/cli): extra commands only in interactive shells --- home/cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/cli.nix b/home/cli.nix index 20916c1..03d5e2c 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -83,7 +83,7 @@ programs.bash = { enable = true; - bashrcExtra = '' + initExtra = '' export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] " task ls if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi