all repos — archive/dotfiles @ 332ca22fd7c3011f158d50bc88a6cedc0fe0fa88

Superseded by nixfiles

zsh: Sort pending deployments
Alan Pearce alan@alanpearce.eu
Sat, 23 Mar 2019 13:27:00 +0100
commit

332ca22fd7c3011f158d50bc88a6cedc0fe0fa88

parent

605e40ec198bdd85d179170245ebe7ee1d3f2094

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

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -75,7 +75,7 @@ alias https="http --default-scheme https"
 alias kns="kubens"
 alias kx="kubectx"
-alias pending_deployments="GIT_DIR=$(ghq list -p core/kubernetes)/.git git log production...staging --grep=CORE --grep=INFRA --regexp-ignore-case --pretty=format:%s | rg --ignore-case --only-matching '((?:CORE|INFRA)-\d+)' | tr '[a-z]' '[A-Z]' | awk '{ printf \"https://satoshipay.atlassian.net/browse/%s\n\", \$0 }'"
+alias pending_deployments="GIT_DIR=$(ghq list -p core/kubernetes)/.git git log production...staging --grep=CORE --grep=INFRA --regexp-ignore-case --pretty=format:%s | rg --ignore-case --only-matching '((?:CORE|INFRA)-\d+)' | tr '[a-z]' '[A-Z]' | sort | uniq | awk '{ printf \"https://satoshipay.atlassian.net/browse/%s\n\", \$0 }'"
 
 alias ava="npx ava"
 alias avats="npx ava-ts"