This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
secstate
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
[fish] Add a helper script for nmcli connections
Colin Powell
hace 4 años
padre
64e60cab2e
commit
043767e960
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
fish/.config/fish/functions/connect.fish
+ 3
- 0
fish/.config/fish/functions/connect.fish
Ver fichero
@@ -0,0 +1,3 @@
+function connect
+nmcli d wifi connect $argv -a
+end