소스 검색

Fix conflict with nc #fish function and actual nc tool

Colin Powell 5 년 전
부모
커밋
caf4981a80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 end