httpie: add alias for https (#8032)

This commit is contained in:
Alexander Schaber 2020-07-14 16:50:18 +02:00 committed by GitHub
commit 93e9b80d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#
# Aliases
# (sorted alphabetically)
#
alias https='http --default-scheme=https'