aboutsummaryrefslogtreecommitdiffstats
path: root/src/_httpie
diff options
context:
space:
mode:
authorMax Eisner <4730112+max-ae@users.noreply.github.com>2022-09-09 14:36:24 +0200
committerMax Eisner <4730112+max-ae@users.noreply.github.com>2022-09-09 14:36:46 +0200
commitc1de68a88ffc548a14048be2616e8fa8464c1a28 (patch)
treeaecf1aaea246c021e96d03b49f426cd0386999f3 /src/_httpie
parentMerge pull request #888 from zsh-users/fix-typo (diff)
downloadzsh-completions-c1de68a88ffc548a14048be2616e8fa8464c1a28.tar
zsh-completions-c1de68a88ffc548a14048be2616e8fa8464c1a28.tar.gz
zsh-completions-c1de68a88ffc548a14048be2616e8fa8464c1a28.tar.bz2
zsh-completions-c1de68a88ffc548a14048be2616e8fa8464c1a28.tar.lz
zsh-completions-c1de68a88ffc548a14048be2616e8fa8464c1a28.tar.xz
zsh-completions-c1de68a88ffc548a14048be2616e8fa8464c1a28.tar.zst
zsh-completions-c1de68a88ffc548a14048be2616e8fa8464c1a28.zip
make httpie completion work for both `http` and `https`
Diffstat (limited to 'src/_httpie')
-rw-r--r--src/_httpie2
1 files changed, 1 insertions, 1 deletions
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.