Parcourir la source

Add esync function for managing hippo sync #fishshell

Colin Powell il y a 6 ans
Parent
commit
a649d2942c
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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