Tim

Results 10 comments of Tim

> I love your Generator. I use it on nearly all my Linuxes (as long as I can copy the text there ... newbie-problems...). :) > But it seems sometimes...

You could create a `.desktop` file (in `~/.local/share/applications/`) for that purpose: [Desktop Entry] Encoding=UTF-8 Type=Application Name=fox thu Comment=Start Firefox and Thunderbird Exec=firefox; thunderbird Terminal=false StartupNotify=false

I cannot reproduce this issue. The prompt string works perfectly fine for me: ![screenshot_000](https://user-images.githubusercontent.com/13003924/189843301-030baf73-0a99-4b6f-94f1-218fdf2ab7c5.png) Can you post the output from `git branch 2>/dev/null`?

> Notice how your prompt is offset two spaces to the right? The prompt ist offset by one space. This is the space character element that comes between the *Git...

Can you show me the output when you manually run `git branch | grep '^*' | cat -A` in the according directory?

That's odd. What platform are you on exactly (operating system version, bash version, terminal software)? Which output does `git branch | grep '^*'` produce (without the `cat` pipe which apparently...

> I have found an alternate PS1 builder that does what I need. Just out of interest, could you show me the working PS1 string from the other tool so...

The `${debian_chroot:+($debian_chroot)}` syntax should work now with 817e013. However, the Debian prompt uses a different syntax for color escape codes which is not supported by the generator/parser as of now.

> [...] when a player creates a new game he automatically joins it. > As him, I'd highly recommend, that you automatically join a game that you created 'cause it...

Would it be sufficient for your use case to simply generate a prompt and then (manually) replace `PS1` with `PS2` in the output? I might add a radio selection in...