diff --git a/extras/httpie-completion.fish b/extras/httpie-completion.fish index 102399a4ec..c0cfc20ad9 100644 --- a/extras/httpie-completion.fish +++ b/extras/httpie-completion.fish @@ -116,6 +116,4 @@ complete -c http -l debug -d 'Show debugging output' # Alias for https to http -function https --wraps http - http $argv; -end +complete -c https -w http