From c39b4538ae367449ddcd4570535ad3cc91653b65 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Thu, 29 Apr 2021 22:27:53 -0400 Subject: [PATCH] gh current action --- fish.configlink/functions/abbrs.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish.configlink/functions/abbrs.fish b/fish.configlink/functions/abbrs.fish index ea014d1..f3f06f7 100644 --- a/fish.configlink/functions/abbrs.fish +++ b/fish.configlink/functions/abbrs.fish @@ -44,6 +44,7 @@ function abbrs --description 'All abbreviations' abbr -a gmf 'git-merge-fuzzy' abbr -a gcp 'git cherry-pick' abbr -a ghr 'gh repo view -w' + abbr -a gha 'gh run list | head -1 | awk \'{ print $NF }\' | xargs gh run view' abbr -a cdg 'cd (git rev-parse --show-toplevel)' # Vim