add link to which theme i modified

This commit is contained in:
Tyrel Souza 2016-11-09 16:14:40 -05:00
parent d165fc7af2
commit b93ed94d2d
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 1 additions and 0 deletions

View File

@ -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`')'
}