mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-10 00:33:56 +01:00
4 lines
87 B
Fish
4 lines
87 B
Fish
|
function lastdl
|
||
|
echo "$HOME/Downloads/$(exa -1 -s modified ~/Downloads | tail -1)"
|
||
|
end
|