Browse Source

Add shortcut to ff tests

Colin Powell 5 years ago
parent
commit
1fbe63e593
1 changed files with 3 additions and 0 deletions
  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