mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
acknowledgements
This commit is contained in:
parent
ddab2cbaa3
commit
4834b282d7
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
#
|
||||
# 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
|
||||
|
||||
function virtualenv_info {
|
||||
[ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue