소스 검색

Add new function for seeing ff logs #fishshell

Colin Powell 5 년 전
부모
커밋
976d290ca4
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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