X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=5152f34d5e63e5ef9890563251327631678fd6cd;hb=1daee92fd14c3ded4b40f99796039c8962a08478;hp=48d07664cbfb14eb2681689dbbdc7a20979b2d80;hpb=4dc88ce5e68f7b0d311dfd0e5bbcb9035554d552;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 48d0766..5152f34 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1540,6 +1540,8 @@ if zrcautoload promptinit && promptinit 2>/dev/null ; then add-zsh-hook precmd battery fi if [[ "$TERM" == dumb ]] ; then + zstyle ":prompt:grml(|-large|-chroot):*:items:grml-chroot" pre '' + zstyle ":prompt:grml(|-large|-chroot):*:items:grml-chroot" post ' ' for i in rc user path jobs history date time shell-level; do zstyle ":prompt:grml(|-large|-chroot):*:items:$i" pre '' zstyle ":prompt:grml(|-large|-chroot):*:items:$i" post ''