Files
dotfiles/fish/.config/fish/functions/nm.fish
2019-09-25 21:37:05 -04:00

4 lines
36 B
Fish

function nm
nmcli d wifi $argv
end