Browse Source

Add new function for seeing ff logs #fishshell

Colin Powell 5 years ago
parent
commit
976d290ca4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      fish/.config/fish/functions/fflg.fish

+ 5 - 0
fish/.config/fish/functions/fflg.fish

@@ -0,0 +1,5 @@
+function fflg
+	pushd ~/src/ff/fifteen5
+	docker-compose logs --tail=100 -f $argv
+	popd
+end