From fae6274ef796141132fcb6ff805f975bc557d8e5 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 2 Mar 2020 12:29:26 +1100 Subject: [PATCH] Drop the now unnecessary 'https' alias, since HTTPie now ships with an equivalent command anyway --- config/zsh/interactive/aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/config/zsh/interactive/aliases b/config/zsh/interactive/aliases index f492879..16498f3 100644 --- a/config/zsh/interactive/aliases +++ b/config/zsh/interactive/aliases @@ -15,4 +15,3 @@ alias cdu=cd-gitroot alias elinks="STY= elinks" (( $+commands[hub] )) && alias git=hub -alias https='http --default-scheme=https'