4 lines
81 B
Fish
4 lines
81 B
Fish
function ip --description 'alias ip=ip -c a'
|
|
command ip -c a $argv
|
|
|
|
end
|