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
+1 -1
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.