mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
httpie: add alias for https (#8032)
This commit is contained in:
parent
5c1a5c6ce9
commit
93e9b80d3f
2 changed files with 13 additions and 0 deletions
7
plugins/httpie/httpie.plugin.zsh
Normal file
7
plugins/httpie/httpie.plugin.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Aliases
|
||||
# (sorted alphabetically)
|
||||
#
|
||||
|
||||
alias https='http --default-scheme=https'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue