Add pipsi support.

This commit is contained in:
Gea-Suan Lin
2018-02-25 04:05:37 +08:00
parent dc5e44b9fb
commit b95a83de1b
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ alias update="(cd ~/git; make all)"
[[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc" [[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc"
[[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env" [[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env"
# #
export PATH="${HOME}/.local/bin:${PATH}"
export PYENV_ROOT="${HOME}/.pyenv" export PYENV_ROOT="${HOME}/.pyenv"
if [ -d "${PYENV_ROOT}" ]; then if [ -d "${PYENV_ROOT}" ]; then
export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}" export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"

View File

@@ -6,6 +6,7 @@ alias "update=(cd ~/git; make all)"
[[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc" [[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc"
[[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env" [[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env"
# #
export PATH="${HOME}/.local/bin:${PATH}"
export PYENV_ROOT="${HOME}/.pyenv" export PYENV_ROOT="${HOME}/.pyenv"
if [ -d "${PYENV_ROOT}" ]; then if [ -d "${PYENV_ROOT}" ]; then
export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}" export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"