zsh: Pass arguments to dive
This commit is contained in:
parent
31da808aa7
commit
23ec18d063
|
@ -78,7 +78,8 @@ function dive() {
|
||||||
--rm \
|
--rm \
|
||||||
-it \
|
-it \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
wagoodman/dive
|
wagoodman/dive \
|
||||||
|
$@
|
||||||
}
|
}
|
||||||
|
|
||||||
function vapoursynth() {
|
function vapoursynth() {
|
||||||
|
|
Reference in a new issue