* Exports reworked. Now every export type have own file.

This commit is contained in:
2015-03-01 10:09:06 +05:00
parent da3e638cf9
commit 0a7df3a77b
6 changed files with 29 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
# PyENV exports.
# This exports should work only if config states this.
if [ "${USE_PYENV}" -eq 0 ]; then
return
fi
export PATH="${PYENV_PATH}/bin:$PATH"
eval "$(pyenv init -)"