diff --git a/dot_config/fish/private_functions/lastdl.fish b/dot_config/fish/private_functions/lastdl.fish new file mode 100644 index 0000000..cd00628 --- /dev/null +++ b/dot_config/fish/private_functions/lastdl.fish @@ -0,0 +1,3 @@ +function lastdl +echo "$HOME/Downloads/$(exa -1 -s modified ~/Downloads | tail -1)" +end