Move ~/.local/bin into standard path.

This commit is contained in:
Gea-Suan Lin
2018-08-20 19:57:08 +08:00
parent 525987fbd4
commit e26a571bc7
4 changed files with 2 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ 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}"