Forráskód Böngészése

Add a separate el8 funciton and helpers

Colin Powell 6 éve
szülő
commit
576941b488

+ 5 - 0
config/fish/functions/el8.fish

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

+ 1 - 1
config/fish/functions/el8clog.fish

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

+ 5 - 0
config/fish/functions/el8sh.fish

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

+ 2 - 2
config/fish/functions/el8up.fish

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

+ 1 - 0
config/fish/functions/fish_prompt.fish

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