From e4bbf8e944397a7b7ad2d8e37729c323017ec79d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 7 Mar 2011 11:21:19 +0100 Subject: promptinit --- .zsh/zshrc/80_prompt | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zsh/zshrc') diff --git a/.zsh/zshrc/80_prompt b/.zsh/zshrc/80_prompt index 4980d42..cb6cca0 100644 --- a/.zsh/zshrc/80_prompt +++ b/.zsh/zshrc/80_prompt @@ -9,6 +9,10 @@ # Based on the zsh setup by martin f. krafft which can be found at: # git://git.madduck.net/etc/zsh.git +if autoload promptinit && promptinit 2>/dev/null ; then + promptinit +fi + EXITCODE="%(?..%?%1v )" # set variable debian_chroot if running in a chroot with /etc/debian_chroot -- cgit v1.2.3-54-g00ecf