Move sync'd hippo command to hippo-sync #fishshell

This commit is contained in:
Colin Powell
2019-04-05 10:02:29 -04:00
parent 155d89d4e5
commit 72e2d4cfcd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
function dcet
pushd ~/src/elation/hippo-tethys
pushd ~/src/elation/hippo-sync
docker-compose $argv
popd
end

View File

@ -1,5 +1,5 @@
function dcetdj
pushd ~/src/elation/hippo-tethys
pushd ~/src/elation/hippo-sync
docker-compose exec hippo django-admin $argv
popd
end