From b95a83de1bdd72615b118f904732c25f98d290bc Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 25 Feb 2018 04:05:37 +0800 Subject: [PATCH] Add pipsi support. --- .bashrc.local | 1 + .zshrc.local | 1 + 2 files changed, 2 insertions(+) diff --git a/.bashrc.local b/.bashrc.local index 06e3a6c..52567eb 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -6,6 +6,7 @@ alias update="(cd ~/git; make all)" [[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc" [[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env" # +export PATH="${HOME}/.local/bin:${PATH}" export PYENV_ROOT="${HOME}/.pyenv" if [ -d "${PYENV_ROOT}" ]; then export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}" diff --git a/.zshrc.local b/.zshrc.local index 43a260f..b9dc1b9 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -6,6 +6,7 @@ alias "update=(cd ~/git; make all)" [[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc" [[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env" # +export PATH="${HOME}/.local/bin:${PATH}" export PYENV_ROOT="${HOME}/.pyenv" if [ -d "${PYENV_ROOT}" ]; then export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"