zsh: Add pending_deployments alias
Alan Pearce alan@alanpearce.eu
Fri, 18 Jan 2019 16:52:05 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → 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