Unverified Commit 93e9b80d authored by Alexander Schaber's avatar Alexander Schaber Committed by GitHub
Browse files

httpie: add alias for https (#8032)

parent 5c1a5c6c
......@@ -11,4 +11,10 @@ plugins=(... httpie)
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
## Aliases
| Alias | Command |
| ------------ | ---------------------------------------------------------------- |
| `https` | `http --default-scheme=https` |
**Maintainer:** [lululau](https://github.com/lululau)
#
# Aliases
# (sorted alphabetically)
#
alias https='http --default-scheme=https'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment