feat(fish): new ip alias

This commit is contained in:
Sergio Laín 2023-10-04 20:37:41 +02:00
parent deb78276ea
commit 046a592695
No known key found for this signature in database
GPG key ID: E3BC677C07A2C7AC
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,4 @@
function ip --description 'alias ip=ip -c a'
command ip -c a $argv
end