Explorar el Código

Add shortcut to ff tests

Colin Powell hace 5 años
padre
commit
1fbe63e593
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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