dotfiles/.config/fish/functions/ip.fish

3 lines
45 B
Fish

function ip
command ip --color $argv
end