make httpie completion work for both http and https

This commit is contained in:
Max Eisner
2022-09-09 14:36:46 +02:00
parent 53f2eab090
commit c1de68a88f
+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.