moving the $PATH extention to .zprofile
This commit is contained in:
parent
11a416d7e8
commit
be8dadac9d
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
if [ -d "$HOME/bin" ]; then
|
||||
export PATH="$PATH:$HOME/bin"
|
||||
fi
|
||||
|
||||
# pip zsh completion start
|
||||
function _pip_completion {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue