add lastdl function

This commit is contained in:
Gabriel Augendre 2023-08-02 09:53:56 +02:00
parent f799e3c702
commit 44a4bf305f

View file

@ -0,0 +1,3 @@
function lastdl
echo "$HOME/Downloads/$(exa -1 -s modified ~/Downloads | tail -1)"
end