Add esync function for managing hippo sync #fishshell
This commit is contained in:
5
config/fish/functions/esync.fish
Normal file
5
config/fish/functions/esync.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
function esync
|
||||||
|
pushd ~/hippo-sync
|
||||||
|
docker-compose $argv
|
||||||
|
popd
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user