aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home-dots/dot-bashrc')
-rw-r--r--home-dots/dot-bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-dots/dot-bashrc b/home-dots/dot-bashrc
index 8829999..0409c38 100644
--- a/home-dots/dot-bashrc
+++ b/home-dots/dot-bashrc
@@ -37,7 +37,7 @@ git_current_branch() {
echo "  ${ref#refs/heads/}"
}
-source /usr/bin/virtualenvwrapper_lazy.sh
+[[ -f /usr/bin/virtualenvwrapper_lazy.sh ]] && source /usr/bin/virtualenvwrapper_lazy.sh
python_current_venv() {
local orange="\[\e[0;91m\]"
if [[ -n ${VIRTUAL_ENV} ]]; then