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}"