all repos — archive/dotfiles @ f2f0f13abc1b665b52cfc80de1cf47b79551fe5f

Superseded by nixfiles

zsh: Add pending_deployments alias
Alan Pearce alan@alanpearce.eu
Fri, 18 Jan 2019 16:52:05 +0100
commit

f2f0f13abc1b665b52cfc80de1cf47b79551fe5f

parent

234ac8b1589a258d0411819a09ec9735f54276e2

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.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