close terminals after starting eclipse, icedove

This commit is contained in:
Frieder Schlesier 2016-01-03 10:38:32 +01:00
parent 77d6451637
commit b3964a3ee2
1 changed files with 4 additions and 0 deletions

View File

@ -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() {