Add a separate el8 funciton and helpers
This commit is contained in:
5
config/fish/functions/el8.fish
Normal file
5
config/fish/functions/el8.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
function el8
|
||||||
|
pushd ~/devel/elationemr/hippo
|
||||||
|
docker-compose $argv
|
||||||
|
popd
|
||||||
|
end
|
||||||
@ -1,4 +1,4 @@
|
|||||||
function el8log
|
function el8clog
|
||||||
pushd ~/devel/elationemr/hippo/
|
pushd ~/devel/elationemr/hippo/
|
||||||
docker-compose logs --tail=50 -f celery
|
docker-compose logs --tail=50 -f celery
|
||||||
popd
|
popd
|
||||||
|
|||||||
5
config/fish/functions/el8sh.fish
Normal file
5
config/fish/functions/el8sh.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
function el8up
|
||||||
|
pushd ~/devel/elationemr/hippo
|
||||||
|
docker-compose exec hippo bash
|
||||||
|
popd
|
||||||
|
end
|
||||||
@ -1,5 +1,5 @@
|
|||||||
function el8up
|
function el8up
|
||||||
pushd ~/devel/elationemr/hippo
|
pushd ~/devel/elationemr/hippo
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
popd
|
popd
|
||||||
end
|
end
|
||||||
|
|||||||
1
config/fish/functions/fish_prompt.fish
Symbolic link
1
config/fish/functions/fish_prompt.fish
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/Users/colinpowell/.local/share/omf/themes/shellder/fish_prompt.fish
|
||||||
Reference in New Issue
Block a user