From e2e7f646aefba38697bb4e8e98ca1d3ac8d3fb8d Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Fri, 30 Dec 2011 22:56:35 +0100 Subject: [PATCH] credits --- themes/epegzz.zsh-theme | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/themes/epegzz.zsh-theme b/themes/epegzz.zsh-theme index 0d19ceb32..8db17c695 100644 --- a/themes/epegzz.zsh-theme +++ b/themes/epegzz.zsh-theme @@ -1,11 +1,5 @@ -# prompt style and colors based on Steve Losh's Prose theme: -# http://github.com/sjl/oh-my-zsh/blob/master/themes/prose.zsh-theme -# -# vcs_info modifications from Bart Trojanowski's zsh prompt: -# http://www.jukie.net/bart/blog/pimping-out-zsh-prompt -# -# git untracked files modification from Brian Carper: -# http://briancarper.net/blog/570/git-info-in-your-zsh-prompt +# based on: +# https://github.com/steeef/oh-my-zsh/blob/master/themes/steeef.zsh-theme function virtualenv_info { [ $VIRTUAL_ENV ] && echo '┄ '`basename $VIRTUAL_ENV`' ┄─'