fix (home/cli): extra commands only in interactive shells

This commit is contained in:
Henri Saudubray 2026-03-01 11:31:59 +01:00
parent 915f2db699
commit 86bb47d7a3
Signed by: hms
GPG key ID: 7065F57ED8856128

View file

@ -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