From 7325f22555116dec84904507a24e8ad037d4aed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 5 Sep 2024 15:06:14 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(fish):=20lazydocker=20alias=20?= =?UTF-8?q?function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/ld.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/functions/ld.fish b/.config/fish/functions/ld.fish index 160c9035..11f44eff 100644 --- a/.config/fish/functions/ld.fish +++ b/.config/fish/functions/ld.fish @@ -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