zsh: Add pending_deployments alias
1 file changed, 1 insertion(+), 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