From a649d2942c468e7c8c3934e5622f7d0b19411f2c Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 13 Dec 2018 13:08:29 -0500 Subject: [PATCH] Add esync function for managing hippo sync #fishshell --- config/fish/functions/esync.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/fish/functions/esync.fish diff --git a/config/fish/functions/esync.fish b/config/fish/functions/esync.fish new file mode 100644 index 0000000..230fd20 --- /dev/null +++ b/config/fish/functions/esync.fish @@ -0,0 +1,5 @@ +function esync + pushd ~/hippo-sync + docker-compose $argv + popd +end