feat (home/bash): cleanup tmp.

This commit is contained in:
Henri Saudubray 2026-05-04 16:47:38 +02:00
parent f6daac6544
commit c44c2f9f35
Signed by: hms
GPG key ID: 7065F57ED8856128

View file

@ -87,7 +87,8 @@
initExtra = '' initExtra = ''
export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\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 dwn."; fi
if [ "$(ls -A ~/tmp)" ]; then echo "TODO:organize tmp."; fi
''; '';
}; };