Skip to content

Commit

Permalink
fix: update python pkg dir for $PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Aug 23, 2023
1 parent 478f741 commit 0e1e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.config/zsh/rc.d/01-env.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ if (( ! $+commands[brew] )); then
path+=( ${HOMEBREW_PREFIX}/(s|)bin $path )
fpath+=( $HOMEBREW_PREFIX/share/zsh/site-functions(/N) $fpath )
fi
path=( ~/.local/bin(N) ~/.local/bin/python/bin(N) /usr/local/bin(N) $path )
path=( ~/.local/bin(N) ~/.local/share/python/bin(N) /usr/local/bin(N) $path )

0 comments on commit 0e1e513

Please sign in to comment.