[zsh] docker-gimp no longer needed

This commit is contained in:
Simon Bruder 2019-05-25 15:25:01 +00:00
parent 2e80f7ca58
commit c981dcb473
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -15,20 +15,6 @@ function docker-imagecheck() {
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() {
docker run \
--rm \