zsh: Pass arguments to dive

This commit is contained in:
Simon Bruder 2020-03-14 11:31:14 +00:00
parent 31da808aa7
commit 23ec18d063
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -78,7 +78,8 @@ function dive() {
--rm \
-it \
-v /var/run/docker.sock:/var/run/docker.sock \
wagoodman/dive
wagoodman/dive \
$@
}
function vapoursynth() {