Przeglądaj źródła

Add shortcut to ff tests

Colin Powell 5 lat temu
rodzic
commit
1fbe63e593
1 zmienionych plików z 3 dodań i 0 usunięć
  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