Drop the now unnecessary 'https' alias, since HTTPie now ships with an equivalent command anyway

This commit is contained in:
Danielle McLean 2020-03-02 12:29:26 +11:00
parent 60606d5459
commit fae6274ef7
Signed by: 00dani
GPG key ID: FF6F9216852288FF

View file

@ -15,4 +15,3 @@ alias cdu=cd-gitroot
alias elinks="STY= elinks"
(( $+commands[hub] )) && alias git=hub
alias https='http --default-scheme=https'