fix (home/cli)!: no task sync in bashrc

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

View file

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