Add new function for seeing ff logs #fishshell
This commit is contained in:
5
fish/.config/fish/functions/fflg.fish
Normal file
5
fish/.config/fish/functions/fflg.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
function fflg
|
||||||
|
pushd ~/src/ff/fifteen5
|
||||||
|
docker-compose logs --tail=100 -f $argv
|
||||||
|
popd
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user