Selaa lähdekoodia

Add shortcut to ff tests

Colin Powell 5 vuotta sitten
vanhempi
commit
1fbe63e593
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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