From 8b0722fd9d960291b3b9e99c29926010cc76b28d Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:27:00 +0100 Subject: [PATCH] fixed conflict between docker compose wait & watch abbreviations --- 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 2683292..b407b7a 100644 --- a/ansible/roles/fish/files/fish/conf.d/abbreviations.fish +++ b/ansible/roles/fish/files/fish/conf.d/abbreviations.fish @@ -24,7 +24,7 @@ abbr --add dcpups "docker compose unpause" abbr --add dcpup "docker compose up" abbr --add dcpv "docker compose version" abbr --add dcpwt "docker compose wait" -abbr --add dcpwt "docker compose watch" +abbr --add dcpwa "docker compose watch" # Abbrevations for "docker" abbr --add dca "docker container attach"