Explorar o código

Add esync function for managing hippo sync #fishshell

Colin Powell %!s(int64=6) %!d(string=hai) anos
pai
achega
a649d2942c
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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