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