fix bro, fix indentation

This commit is contained in:
fschl 2015-11-04 18:00:37 +01:00
parent 16e07517dd
commit 8c2e4984f7
1 changed files with 11 additions and 12 deletions

View File

@ -35,10 +35,10 @@ relies_on() {
# Applications...
bropages() {
bro() {
docker run -it --rm \
fschl/bropages \
bro
bro "$@"
}
chrome() {
@ -82,7 +82,6 @@ eclipse() {
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=unix$DISPLAY \
-v $HOME/projects/java/workspace:/root/workspace \
-v $HOME/Documents/WHZ/PTI615-OOSE:/root/workspace2 \
-v $HOME/.eclipse/plugins:/opt/eclipse/plugins \
-v $HOME/.eclipse/configuration:/opt/eclipse/configuration \
--name eclipse \