Files
dotfiles/fish/.config/fish/functions/connect.fish

4 lines
51 B
Fish

function connect
nmcli d wifi connect $argv -a
end