mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-21 14:22:45 +00:00
fish: more arista aliases
This commit is contained in:
parent
7efbd1e348
commit
f4430c9fb2
|
@ -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_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:'
|
||||||
a history_last 'history -n1;:'
|
a history_last 'history -n1;:'
|
||||||
|
|
||||||
a ag 'a git'
|
|
||||||
a amk 'a ws make -p (basename (git root || pwd))'
|
a amk 'a ws make -p (basename (git root || pwd))'
|
||||||
a assh 'arista-ssh login -p google'
|
a assh 'arista-ssh login -p google'
|
||||||
|
a copen 'code -r'
|
||||||
a dt 'a dt'
|
a dt 'a dt'
|
||||||
|
a freshen 'sudo swi freshen /images/EOS.swi'
|
||||||
a gb 'a git'
|
a gb 'a git'
|
||||||
a lint 'a git lint'
|
a lint 'a git lint'
|
||||||
a pb 'curl -F c=@- pb.infra.corp.arista.io'
|
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)
|
for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)
|
||||||
a $i "qutebrowser / \":open $i\""
|
a $i "qutebrowser / \":open $i\""
|
||||||
|
|
Loading…
Reference in a new issue