mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
9 lines
152 B
Bash
9 lines
152 B
Bash
#
|
|
# Python
|
|
#
|
|
|
|
# Load virtualenv-burrito if it's available
|
|
if [ -f "$HOME/.venvburrito/startup.sh" ]; then
|
|
source "$HOME/.venvburrito/startup.sh"
|
|
fi
|