From f4430c9fb232c9bb2e2508da8bc185333ab42da9 Mon Sep 17 00:00:00 2001 From: Phantop Date: Tue, 29 Oct 2024 17:34:10 -0400 Subject: [PATCH] fish: more arista aliases --- bin/config.fish | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/config.fish b/bin/config.fish index 269efd4..f63e57c 100755 --- a/bin/config.fish +++ b/bin/config.fish @@ -127,13 +127,16 @@ a tldr 'curl -s https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/{co a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:' a history_last 'history -n1;:' -a ag 'a git' a amk 'a ws make -p (basename (git root || pwd))' a assh 'arista-ssh login -p google' +a copen 'code -r' a dt 'a dt' +a freshen 'sudo swi freshen /images/EOS.swi' a gb 'a git' a lint 'a git lint' a pb 'curl -F c=@- pb.infra.corp.arista.io' +a san 'dt sa -p eos-trunk' +a rebase 'gb update --sync --rebase' for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks) a $i "qutebrowser / \":open $i\""