|
|
@ -4,6 +4,7 @@
|
|
|
|
# Authors:
|
|
|
|
# Authors:
|
|
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
|
|
# Sebastian Wiesner <lunaryorn@googlemail.com>
|
|
|
|
# Sebastian Wiesner <lunaryorn@googlemail.com>
|
|
|
|
|
|
|
|
# Patrick Bos <egpbos@gmail.com>
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
# Load manually installed pyenv into the shell session.
|
|
|
|
# Load manually installed pyenv into the shell session.
|
|
|
@ -46,6 +47,14 @@ if (( $? && $+commands[virtualenvwrapper.sh] )); then
|
|
|
|
source "$commands[virtualenvwrapper.sh]"
|
|
|
|
source "$commands[virtualenvwrapper.sh]"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Load conda into the shell session, if requested
|
|
|
|
|
|
|
|
zstyle -T ':prezto:module:python' conda-init
|
|
|
|
|
|
|
|
if (( $? && $+commands[conda] )); then
|
|
|
|
|
|
|
|
if (( $(conda ..changeps1) )); then
|
|
|
|
|
|
|
|
echo "To make sure Conda doesn't change your prompt (should do that in the prompt module) run:\n conda config --set changeps1 false"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Aliases
|
|
|
|
# Aliases
|
|
|
|
#
|
|
|
|
#
|
|
|
|