Files
dotfiles/config/fish/functions/el8log.fish
Colin Powell 848336d3d5 Initial commit
This excempts my two emacs configurations for spacemacs and doom-emacs.

THere are still credentials in plaintext and I need to solve how to
store those in git without the credentials.
2018-12-02 12:41:17 -05:00

6 lines
99 B
Fish

function el8log
pushd ~/devel/elationemr/hippo/
docker-compose logs --tail=50 -f hippo
popd
end