Add docker log fish function
This commit is contained in:
3
fish/.config/fish/functions/dclg.fish
Normal file
3
fish/.config/fish/functions/dclg.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function dclg
|
||||
docker-compose logs --tail=50 -f
|
||||
end
|
||||
Reference in New Issue
Block a user