Merge pull request #891 from max-ae/httpie-https

make httpie completion work for both `http` and `https`
This commit is contained in:
Shohei YOSHIDA 2022-11-07 16:16:39 +09:00 committed by GitHub
commit 14da57e8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#compdef http
#compdef http https=http
# ------------------------------------------------------------------------------
# Copyright (c) 2015 Github zsh-users - http://github.com/zsh-users
# All rights reserved.