Add esyncdj command #fishshell
This commit is contained in:
5
config/fish/functions/esyncdj.fish
Normal file
5
config/fish/functions/esyncdj.fish
Normal file
@ -0,0 +1,5 @@
|
||||
function esyncdj
|
||||
pushd ~/hippo-sync
|
||||
docker-compose exec hippo django-admin $argv
|
||||
popd
|
||||
end
|
||||
Reference in New Issue
Block a user