diff --git a/home/home.nix b/home/home.nix index e8c8a1b..7156011 100644 --- a/home/home.nix +++ b/home/home.nix @@ -135,6 +135,7 @@ export PS1=" \W \[\e[33m\]λ\[\e[0m\] " task ls + if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi ''; };