feat (home/cli): synchronize tasks

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

View file

@ -85,6 +85,8 @@
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
'';