dotfiles/dot_config/fish/private_functions/lastdl.fish

4 lines
87 B
Fish
Raw Normal View History

2023-08-02 09:53:56 +02:00
function lastdl
echo "$HOME/Downloads/$(exa -1 -s modified ~/Downloads | tail -1)"
end