1

I have an OSGi system running with Apache Felix Gogo shell (version 1.1.2).

I see the prompt g! and everything works fine. I can change the prompt in the console by e.g. prompt="myPrompt>".

How can I have this at start up, configured in my config file (config.ini)?

Moritz
  • 1,085
  • 1
  • 8
  • 20

1 Answers1

2

You could simply put a startup script in your working directory ./etc/gosh_profile. In that script you can define the prompt name like prompt="myPrompt>".

Markus Steppberger
  • 618
  • 1
  • 8
  • 18
  • Is there any web resource where you can look up things like this? I'm sure there is, but where? – Moritz Mar 04 '19 at 10:45