Преглед изворни кода

Add esync function for managing hippo sync #fishshell

Colin Powell пре 6 година
родитељ
комит
a649d2942c
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      config/fish/functions/esync.fish

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

@@ -0,0 +1,5 @@
+function esync
+	pushd ~/hippo-sync
+	docker-compose $argv
+	popd
+end