Browse Source

Add new function for seeing ff logs #fishshell

Colin Powell 5 năm trước cách đây
mục cha
commit
976d290ca4
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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