From: Frank Terbeck Date: Tue, 5 Mar 2013 01:13:31 +0000 (+0100) Subject: zshrc: Enable the grml prompt theme via promptsys X-Git-Tag: v0.8.0~41 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=205760c1ae3ce988642c74a7c11808c1ecaec082 zshrc: Enable the grml prompt theme via promptsys Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 4fa913e..01107c0 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1549,6 +1549,8 @@ if zrcautoload promptinit && promptinit 2>/dev/null ; then elif (( EUID == 0 )); then zstyle ':prompt:grml(|-large|-chroot):*:items:user' pre '%F{red}' fi + + prompt grml else print 'Notice: no promptinit available :(' fi