Explorar el Código

Add docker log fish function

Colin Powell hace 6 años
padre
commit
7ec309f00d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      fish/.config/fish/functions/dclg.fish

+ 3 - 0
fish/.config/fish/functions/dclg.fish

@@ -0,0 +1,3 @@
+function dclg
+	docker-compose logs --tail=50 -f
+end