Add a separate el8 funciton and helpers

This commit is contained in:
Colin Powell
2018-12-04 15:05:59 -05:00
parent de1f4d73bb
commit 576941b488
5 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,5 @@
function el8
pushd ~/devel/elationemr/hippo
docker-compose $argv
popd
end

View File

@ -1,4 +1,4 @@
function el8log
function el8clog
pushd ~/devel/elationemr/hippo/
docker-compose logs --tail=50 -f celery
popd

View File

@ -0,0 +1,5 @@
function el8up
pushd ~/devel/elationemr/hippo
docker-compose exec hippo bash
popd
end

View File

@ -1,5 +1,5 @@
function el8up
pushd ~/devel/elationemr/hippo
docker-compose up -d
popd
docker-compose up -d
popd
end

View File

@ -0,0 +1 @@
/Users/colinpowell/.local/share/omf/themes/shellder/fish_prompt.fish