Browse Source

Add esync function for managing hippo sync #fishshell

Colin Powell 6 năm trước cách đây
mục cha
commit
a649d2942c
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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