Ver Fonte

Add shortcut to ff tests

Colin Powell há 5 anos atrás
pai
commit
1fbe63e593
1 ficheiros alterados com 3 adições e 0 exclusões
  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