mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 14:38:04 +01:00
add lastdl function
This commit is contained in:
parent
f799e3c702
commit
44a4bf305f
1 changed files with 3 additions and 0 deletions
3
dot_config/fish/private_functions/lastdl.fish
Normal file
3
dot_config/fish/private_functions/lastdl.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function lastdl
|
||||||
|
echo "$HOME/Downloads/$(exa -1 -s modified ~/Downloads | tail -1)"
|
||||||
|
end
|
Loading…
Reference in a new issue