Add a helpful docker-compose shortcut to fish #fish

This commit is contained in:
Colin Powell
2019-07-23 08:22:36 -04:00
parent d11217d410
commit 5ea9834108

View File

@ -0,0 +1,5 @@
function djff
pushd ~/src/ff/fifteen5
docker-compose exec app django-admin $argv
popd
end