Kaynağa Gözat

Add esync function for managing hippo sync #fishshell

Colin Powell 6 yıl önce
ebeveyn
işleme
a649d2942c
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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