From bb9664c005a178628d5258de3059c31a801bd833 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 9 Oct 2017 10:28:54 +0100 Subject: [PATCH] =?UTF-8?q?add=20an=20alias=20for=20github=E2=80=99s=20hub?= =?UTF-8?q?=20program?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 75058b1..7dab2bd 100644 --- a/zshrc +++ b/zshrc @@ -128,6 +128,7 @@ alias brewcurl="/usr/local/opt/curl/bin/curl --cacert /usr/local/etc/openssl/cer alias brewssl="/usr/local/opt/openssl@1.1/bin/openssl" alias ga="git add" alias gf="git fetch --all; git fetch --tags" +alias git="hub" alias gs="git status" alias irc="ssh jmb -t '. ~/.zshrc; tmux attach -t irc'" test "$platform" = 'linux' && alias ls="ls -F --color=always"