From 6c5bb34c022124191f04cfdef30721c8515bee2a Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 25 Jun 2020 11:15:01 +1000 Subject: [PATCH] Remove alias for github/hub, since I'm moving away from relying on GitHub these days --- config/zsh/interactive/aliases | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/zsh/interactive/aliases b/config/zsh/interactive/aliases index 16498f3..67201e9 100644 --- a/config/zsh/interactive/aliases +++ b/config/zsh/interactive/aliases @@ -13,5 +13,3 @@ alias cdu=cd-gitroot # make sure ELinks can detect when it's in tmux alias elinks="STY= elinks" - -(( $+commands[hub] )) && alias git=hub