diff --git a/bin/config.fish b/bin/config.fish index c84060e..4c964be 100755 --- a/bin/config.fish +++ b/bin/config.fish @@ -147,8 +147,9 @@ if type arista-python || type arista-ssh a assh 'arista-ssh login -p google' a bump 'gb commit -a --amend --no-edit' a bug 'a reproduce --grabParams=--pool=any' + a bugscan 'curl -L dashboard/py/get_tests.py?elastic&bug=$argv&limit=999 | jq .tests[].id | parallel logscan;:' a clake 'curl -L http://joblog/$argv | copen -;:' - a cleansrc 'pushd /src; fgit status | grep untracked | string escape | cut -d\\\\ -f5 | xargs rm -r; popd' + a cleansrc 'pushd /src; fgit status | grep untracked | string escape | cut -d\\\\ -f5 | sudo xargs rm -r; popd' a copen 'code -r' a dt 'a dt' a dut 'dt gd | head -n1 | cut -d/ -f3'