Add a helpful docker-compose shortcut to fish #fish
This commit is contained in:
5
fish/.config/fish/functions/djff.fish
Normal file
5
fish/.config/fish/functions/djff.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
function djff
|
||||||
|
pushd ~/src/ff/fifteen5
|
||||||
|
docker-compose exec app django-admin $argv
|
||||||
|
popd
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user