From d0d8ebe9852a1641a2daf850beb323b9cd7f2485 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 20 Aug 2024 11:12:52 +0500 Subject: zsh: Add poetry completion --- files/.zsh/rc/S40_completion | 1 + 1 file changed, 1 insertion(+) diff --git a/files/.zsh/rc/S40_completion b/files/.zsh/rc/S40_completion index 84a9e6a..825dd0f 100644 --- a/files/.zsh/rc/S40_completion +++ b/files/.zsh/rc/S40_completion @@ -74,6 +74,7 @@ __load_or_generate docker 'curl -sL "https://raw.githubusercontent.com/docker/cl __load_or_generate docker-compose 'curl -sL "https://raw.githubusercontent.com/docker/compose/1.28.x/contrib/completion/zsh/_docker-compose"' __load_or_generate watson 'curl -sL "https://raw.githubusercontent.com/TailorDev/Watson/master/watson.zsh-completion"' __load_or_generate cheat 'curl -sL "https://raw.githubusercontent.com/cheat/cheat/master/scripts/cheat.zsh"' +__load_or_generate poetry "poetry completions zsh" compdef fdfind=fd -- cgit v1.2.3