Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
93e9b80d
Unverified
Commit
93e9b80d
authored
Jul 14, 2020
by
Alexander Schaber
Committed by
GitHub
Jul 14, 2020
Browse files
httpie: add alias for https (#8032)
parent
5c1a5c6c
Changes
2
Show whitespace changes
Inline
Side-by-side
plugins/httpie/README.md
View file @
93e9b80d
...
...
@@ -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
)
plugins/httpie/httpie.plugin.zsh
0 → 100644
View file @
93e9b80d
#
# Aliases
# (sorted alphabetically)
#
alias
https
=
'http --default-scheme=https'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment