diff options
-rw-r--r-- | .zsh/zshrc/80_prompt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |