0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

fix(httpie): remove unnecessary https alias (#10856)

This commit is contained in:
David Davis 2022-04-18 06:56:55 -04:00 committed by GitHub
parent eb00b95d26
commit ed411d3ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View file

@ -11,10 +11,4 @@ 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)

View file

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