From fd6c2072f6550c0a21f40ae25445f9b6f7657d4c Mon Sep 17 00:00:00 2001 From: Gregory Reshetniak Date: Tue, 2 Apr 2024 20:13:00 +0200 Subject: [PATCH] Added https httpie command to completion sources --- plugins/httpie/_httpie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/httpie/_httpie b/plugins/httpie/_httpie index 11bc8e1f8..2c0db229f 100644 --- a/plugins/httpie/_httpie +++ b/plugins/httpie/_httpie @@ -1,4 +1,4 @@ -#compdef http +#compdef http https # ------------------------------------------------------------------------------ # Copyright (c) 2015 GitHub zsh-users - http://github.com/zsh-users # All rights reserved.