Clean up fish functions rarely used #fishshell

This commit is contained in:
Colin Powell
2019-02-28 10:36:02 -05:00
parent 6ec50d2d4d
commit b2f80cdcc8
8 changed files with 7 additions and 45 deletions

View File

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