From 74b2fae9dcc0f1d832d1cdc6c03b0b87d13dbcf3 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 17 Nov 2021 23:21:50 -0800 Subject: [PATCH] Remove unused cruft --- zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zshrc b/zshrc index 56724e5..d5a6f64 100755 --- a/zshrc +++ b/zshrc @@ -250,10 +250,6 @@ if command_exists git; then alias ds='git diff --stat' alias ecf='git edit-conflicted-files' alias f='git fetch' - # Don't clobber the new GitHub CLI - if ! command_exists gh; then - alias gh='git open-in-github' - fi alias glo='git log --oneline --decorate' alias gls='git log --stat' alias gup='git update'