[fish] Add a helper script for nmcli connections

This commit is contained in:
2020-10-14 09:26:25 -04:00
parent 64e60cab2e
commit 043767e960

View File

@ -0,0 +1,3 @@
function connect
nmcli d wifi connect $argv -a
end