Add pipsi support.
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user