From f2f0f13abc1b665b52cfc80de1cf47b79551fe5f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 18 Jan 2019 16:52:05 +0100 Subject: zsh: Add pending_deployments alias --- zsh/.config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index f466bb39..e7b3d6e5 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -72,6 +72,7 @@ alias lla="lal" alias llr="ll -t" alias https="http --default-scheme https" +alias pending_deployments="GIT_DIR=$(ghq list -p core/kubernetes)/.git git lg production...staging --grep=CORE --grep=INFRA" zmodload zsh/terminfo -- cgit 1.4.1