mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(httpie): remove unnecessary https
alias (#10856)
This commit is contained in:
parent
eb00b95d26
commit
ed411d3ff1
@ -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)
|
||||
|
@ -1,7 +0,0 @@
|
||||
#
|
||||
# Aliases
|
||||
# (sorted alphabetically)
|
||||
#
|
||||
|
||||
alias https='http --default-scheme=https'
|
||||
|
Loading…
Reference in New Issue
Block a user