[fish] Add new nmcli shortcuts
This commit is contained in:
3
fish/.config/fish/functions/nconn.fish
Normal file
3
fish/.config/fish/functions/nconn.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function nconn
|
||||
nmcli d wifi connect $argv -a
|
||||
end
|
||||
3
fish/.config/fish/functions/nlist.fish
Normal file
3
fish/.config/fish/functions/nlist.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function nlist
|
||||
nmcli d wifi list
|
||||
end
|
||||
Reference in New Issue
Block a user