fix: .local/bin -> bin to avoid user pkg managers

This commit is contained in:
AngeD 2022-11-26 16:58:15 +01:00
parent 87549c183f
commit 8f364ce723
8 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
path=(~/.local/bin "$PYENV_ROOT/bin" $path) path=("$HOME/bin" "$HOME/.local/bin" "$PYENV_ROOT/bin" $path)
export XDG_CACHE_HOME="$HOME"/.cache export XDG_CACHE_HOME="$HOME"/.cache
export XDG_CONFIG_HOME="$HOME"/.config export XDG_CONFIG_HOME="$HOME"/.config