ソースを参照

Add shortcut to ff tests

Colin Powell 5 年 前
コミット
1fbe63e593
1 ファイル変更3 行追加0 行削除
  1. 3 0
      fish/.config/fish/functions/t.fish

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

@@ -0,0 +1,3 @@
+function t
+	ffdj test -k $argv
+end