feat (home/cli): PINK BASH PROMPT FOR FUN AND PROFIT

This commit is contained in:
Henri Saudubray 2026-02-18 10:24:42 +01:00
parent d8da85af24
commit 3b4fc820d1
Signed by: hms
GPG key ID: 7065F57ED8856128

View file

@ -84,7 +84,7 @@
programs.bash = { programs.bash = {
enable = true; enable = true;
bashrcExtra = '' bashrcExtra = ''
export PS1=" \u@\h:\w \[\e[33m\]λ\[\e[0m\] " export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] "
task ls task ls
if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi
''; '';