This website works better with JavaScript
Home
Explore
Help
Sign In
secstate
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix conflict with nc #fish function and actual nc tool
Colin Powell
5 years ago
parent
4a926f89c8
commit
caf4981a80
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
fish/.config/fish/functions/nconn.fish
+ 1
- 1
fish/.config/fish/functions/nc.fish → fish/.config/fish/functions/nconn.fish
View File
@@ -1,3 +1,3 @@
-function nc
+function nc
onn
nmcli device wifi connect $argv
end