Bug#792703: zsh: please improve newuser.zshrc.recommended and add new prompt_debian_setup

2015-08-26 Thread Carsten Hey
* Carsten Hey [2015-08-13 12:02 +0200]: I attached a new prompt_debian_setup and an RCS format diff between the former one and this one. Unconditionally using zstyle or other things available in zsh modules only does not make that much sense for the intended purpose ... I already adapted the

Bug#792703: zsh: please improve newuser.zshrc.recommended and add new prompt_debian_setup

2015-08-13 Thread Carsten Hey
Hi, I attached a new prompt_debian_setup and an RCS format diff between the former one and this one. The zstyle pattern now is :prompt:debian:${HOST-}:${USERNAME-}:${TERM-}: in order to implement a variant of the suggested terminal blacklist in future. The final : allows additional future

Bug#792703: zsh: please improve newuser.zshrc.recommended and add new prompt_debian_setup

2015-08-08 Thread Carsten Hey
A new prompt_debian_setup that no longer tries to mimic adam1 is attached. I think #setopt no_beep and #stty -ixon should also be added to newuser.zshrc.recommended, but maybe we should concentrate on the prompt for now. # debian prompt theme prompt_debian_help () { cat 'EOF' This prompt

Bug#756138: Bug#792703: zsh: please improve newuser.zshrc.recommended and add new prompt_debian_setup

2015-08-08 Thread Frank Terbeck
Hi Carsten, I looked through the suggestions from your last mail; comments inline. Carsten Hey wrote: [...] I think #setopt no_beep and #stty -ixon should also be added to The latter might better be replaced by zsh's no_flow_control option. [...] This prompt color-scheme-able via zstyle. If

Bug#792703: zsh: please improve newuser.zshrc.recommended and add new prompt_debian_setup

2015-08-08 Thread Carsten Hey
[ dropping #756138 again from CC, people reading it should now know that there is a related bug ] Hi Frank, thanks a lot for you insightful feedback :) I noticed, that I should add a note how to disable displaying the name of a debian chroot (i.e., set it to or unset it). * Frank Terbeck

Bug#792703: zsh: please improve newuser.zshrc.recommended and add new prompt_debian_setup

2015-07-24 Thread Carsten Hey
If you add the attached files you do not read the other two mails :) The attached prompt_debian_setup is updated all around: * The prompt is not color-scheme-able anymore (the way all prompts do it is ugly, and introducing a new way to do this is beyond the scope of this bug report) -

Bug#792703: zsh: please improve newuser.zshrc.recommended and add new prompt_debian_setup

2015-07-17 Thread Carsten Hey
Package: zsh Severity: wishlist Hi, there is an additional, related, bug report in this one. The actual bug report starts below the three dashes. If I use the color-enabling zstyle ':vcs_info:*' formats string from zshcontrib(1), it does not only add colors, but also slightly modifies the

Bug#792703: zsh: please improve newuser.zshrc.recommended and add new prompt_debian_setup

2015-07-17 Thread Carsten Hey
* Carsten Hey [2015-07-17 18:22 +0200]: http://stateful.de/~carsten/tmp/150717QVwIxjFQx9U/prompt_debian_setup http://stateful.de/~carsten/tmp/150717QVwIxjFQx9U/newuser.zshrc.recommended c894f695cc02f16af429c7506bb78354dcd9a1e3 looks like the final PROMPT+= line in prompt_debian_setup