From fff2eb618b8d0137240ad6877ec2b891ca2fa000 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:25:56 +0100 Subject: [PATCH] updated abbrevation for docker compose down --- ansible/roles/fish/files/fish/conf.d/abbreviations.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/fish/files/fish/conf.d/abbreviations.fish b/ansible/roles/fish/files/fish/conf.d/abbreviations.fish index 73bc3c7..46f39f8 100644 --- a/ansible/roles/fish/files/fish/conf.d/abbreviations.fish +++ b/ansible/roles/fish/files/fish/conf.d/abbreviations.fish @@ -3,7 +3,7 @@ abbr --add dcpb "docker compose text build" abbr --add dcpcf "docker compose config" abbr --add dcpcp "docker compose cp" abbr --add dcpce "docker compose create" -abbr --add dcpd "docker compose down --remove-orphans --volumes --timeout 0" +abbr --add dcpdn "docker compose down --remove-orphans --volumes --timeout 0" abbr --add dcpevt "docker compose events" abbr --add dcpimg "docker compose images" abbr --add dcpkl "docker compose kill"