ソースを参照

[fish] Add a helper script for nmcli connections

Colin Powell 4 年 前
コミット
043767e960
1 ファイル変更3 行追加0 行削除
  1. 3 0
      fish/.config/fish/functions/connect.fish

+ 3 - 0
fish/.config/fish/functions/connect.fish

@@ -0,0 +1,3 @@
+function connect
+nmcli d wifi connect $argv -a
+end