Skip to content

Commit

Permalink
zshrc: Enable the grml prompt theme via promptsys
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Terbeck <ft@grml.org>
  • Loading branch information
ft committed Mar 5, 2013
1 parent 316eaeb commit 205760c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/zsh/zshrc
Expand Up @@ -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
Expand Down

0 comments on commit 205760c

Please sign in to comment.