Ver código fonte

Add docker log fish function

Colin Powell 6 anos atrás
pai
commit
7ec309f00d
1 arquivos alterados com 3 adições e 0 exclusões
  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