dotfiles/zsh/.config/oh-my-zsh/custom/python.zsh
George Rawlinson 19e6684e9a refactor(zsh): rename scripts
move from standard OMZ directory to preferred (XDG) directory
2018-07-23 12:41:06 +12:00

3 lines
76 B
Bash

# Add pip2/3 binary directory to $PATH
export PATH="$HOME/.local/bin:$PATH"