Add esyncdj command #fishshell

This commit is contained in:
Colin Powell
2019-01-07 14:14:44 -05:00
parent 9fc8b81fce
commit 8383551ba7
2 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,5 @@
function esyncdj
pushd ~/hippo-sync
docker-compose exec hippo django-admin $argv
popd
end