Ver código fonte

[fish] Add new nmcli shortcuts

Colin Powell 4 anos atrás
pai
commit
e3696d852c

+ 3 - 0
fish/.config/fish/functions/nconn.fish

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

+ 3 - 0
fish/.config/fish/functions/nlist.fish

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