From c1de68a88ffc548a14048be2616e8fa8464c1a28 Mon Sep 17 00:00:00 2001 From: Max Eisner <4730112+max-ae@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:36:24 +0200 Subject: [PATCH] make httpie completion work for both `http` and `https` --- src/_httpie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_httpie b/src/_httpie index 7e474ec..deb4b6d 100644 --- a/src/_httpie +++ b/src/_httpie @@ -1,4 +1,4 @@ -#compdef http +#compdef http https=http # ------------------------------------------------------------------------------ # Copyright (c) 2015 Github zsh-users - http://github.com/zsh-users # All rights reserved.