feat: add fish ip alias

This commit is contained in:
Adam 2022-04-16 13:44:20 -06:00
parent c83512f0d8
commit 92e377ff1d
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function ip --description 'alias ip -c=auto'
command ip -c=auto $argv;
end