Files
dotfiles/fish/.config/fish/functions/nc.fish
2019-06-16 22:41:21 -04:00

4 lines
49 B
Fish

function nc
nmcli device wifi connect $argv
end