close terminals after starting eclipse, icedove
This commit is contained in:
parent
77d6451637
commit
b3964a3ee2
|
@ -87,6 +87,8 @@ eclipse() {
|
||||||
-v $HOME/.eclipse/configuration:/opt/eclipse/configuration \
|
-v $HOME/.eclipse/configuration:/opt/eclipse/configuration \
|
||||||
-v $HOME/.sonar:/home/eclipse/.sonar \
|
-v $HOME/.sonar:/home/eclipse/.sonar \
|
||||||
fschl/eclipse:latest
|
fschl/eclipse:latest
|
||||||
|
|
||||||
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
go() {
|
go() {
|
||||||
|
@ -110,6 +112,8 @@ icedove() {
|
||||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
-e DISPLAY=unix$DISPLAY \
|
-e DISPLAY=unix$DISPLAY \
|
||||||
fschl/icedove:latest
|
fschl/icedove:latest
|
||||||
|
|
||||||
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
latex() {
|
latex() {
|
||||||
|
|
Loading…
Reference in New Issue