Add esync function for managing hippo sync #fishshell

This commit is contained in:
Colin Powell
2018-12-13 13:08:29 -05:00
parent 80aad72b51
commit a649d2942c

View File

@ -0,0 +1,5 @@
function esync
pushd ~/hippo-sync
docker-compose $argv
popd
end