diff --git a/tyrel.zsh-theme b/tyrel.zsh-theme index 023033e..73dcce2 100644 --- a/tyrel.zsh-theme +++ b/tyrel.zsh-theme @@ -1,3 +1,4 @@ +# ported from https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/jonathan.zsh-theme function virtualenv_info { [ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`')' }