Parcourir la source

Add shortcut to ff tests

Colin Powell il y a 5 ans
Parent
commit
1fbe63e593
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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