Browse Source

Fix conflict with nc #fish function and actual nc tool

Colin Powell 5 years ago
parent
commit
caf4981a80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fish/.config/fish/functions/nconn.fish

+ 1 - 1
fish/.config/fish/functions/nc.fish → fish/.config/fish/functions/nconn.fish

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