Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Mar 4, 2024
1 parent 81dcef9 commit 63788c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .20_python.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ __python_pyenv() {
for i in ${!paths[@]}; do
if [[ ${paths[i]} == "''${PYENV_ROOT}/shims''" ]]; then unset '\''paths[i]'\'';
fi; done;
echo "${paths[*]}"')"
export PATH="${PYENV_ROOT}/shims:${PATH}"
export PYENV_SHELL=$(basename "${SHELL}")
echo "${paths[*]}"' )"
PATH="${PYENV_ROOT}/shims:${PATH}"
export PATH
PYENV_SHELL=$(basename "${SHELL}")
export PYENV_SHELL
source "$(dirname "$(readlink -f "$(which pyenv)")")/../completions/pyenv.zsh"
command pyenv rehash 2>/dev/null
pyenv() {
Expand Down

0 comments on commit 63788c1

Please sign in to comment.