Explorar el Código

Add new function for seeing ff logs #fishshell

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