[fish] Add new nmcli shortcuts

This commit is contained in:
2020-12-30 17:29:57 -05:00
parent 53a1400c6e
commit e3696d852c
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -0,0 +1,3 @@
function nlist
nmcli d wifi list
end