summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index f466bb3..e7b3d6e 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