Fix conflict with nc #fish function and actual nc tool

This commit is contained in:
Colin Powell
2019-08-07 09:34:19 -04:00
parent 4a926f89c8
commit caf4981a80

View File

@ -1,3 +1,3 @@
function nc
function nconn
nmcli device wifi connect $argv
end