From 702a463a3123a1e42ac305f05e3ef68c4a49dddc Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 7 Nov 2024 20:06:28 -0500 Subject: [PATCH] fish: arista updates --- bin/config.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/config.fish b/bin/config.fish index f63e57c..d702cea 100755 --- a/bin/config.fish +++ b/bin/config.fish @@ -133,8 +133,10 @@ a copen 'code -r' a dt 'a dt' a freshen 'sudo swi freshen /images/EOS.swi' a gb 'a git' +a lake 'nvim (curl -L dashboard/get_tests.py?id=$argv | jq -r .tests[0].logUrl).gz;:' a lint 'a git lint' -a pb 'curl -F c=@- pb.infra.corp.arista.io' +a pb 'curl -F c=@- pb/' +a revfiles 'curl -L reviewboard/r/$argv/diff | grep dest_ | sed -e "s/ /{/" -e "s/,$/}/" | jq -r .files[].dest_filename;:' a san 'dt sa -p eos-trunk' a rebase 'gb update --sync --rebase'