feat(fish): lazydocker alias function

This commit is contained in:
Sergio Laín 2024-09-05 15:06:14 +02:00
parent a977c7a9e3
commit 7325f22555
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -1,3 +1,3 @@
function ld --wraps='eza --long --header -a --icons -D --git' --description 'alias ld=eza --long --header -a --icons -D --git'
eza --long --header -a --icons -D --git --hyperlink $argv
function ld --wraps=lazydocker --description 'alias ld=lazydocker'
lazydocker $argv
end