Ver Fonte

Add esync function for managing hippo sync #fishshell

Colin Powell há 6 anos atrás
pai
commit
a649d2942c
1 ficheiros alterados com 5 adições e 0 exclusões
  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