remove extra space
This commit is contained in:
parent
0a99b809fe
commit
3d4d53a881
@ -1,5 +1,5 @@
|
|||||||
function virtualenv_info {
|
function virtualenv_info {
|
||||||
[ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') '
|
[ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`')'
|
||||||
}
|
}
|
||||||
|
|
||||||
function theme_precmd {
|
function theme_precmd {
|
||||||
|
Loading…
Reference in New Issue
Block a user