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