[zsh] docker-gimp no longer needed
This commit is contained in:
parent
2e80f7ca58
commit
c981dcb473
|
@ -15,20 +15,6 @@ function docker-imagecheck() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# gimp on host is very broken, so this is my (temporary) workaround
|
|
||||||
function docker-gimp() {
|
|
||||||
docker run --rm -it \
|
|
||||||
-e DISPLAY \
|
|
||||||
-e HOME=/home/gimp \
|
|
||||||
-u $(id -u) \
|
|
||||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
|
||||||
-v $PWD:/home/gimp/data/ \
|
|
||||||
-v /tmp/:/home/gimp/tmp/ \
|
|
||||||
-v ~/.local/share/gegl-0.4:/home/gimp/.local/share/gegl-0.4 \
|
|
||||||
-v ~/.config/GIMP/:/home/gimp/.config/GIMP/ \
|
|
||||||
jess/gimp $@
|
|
||||||
}
|
|
||||||
|
|
||||||
function vobsub2srt() {
|
function vobsub2srt() {
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
|
|
Reference in a new issue