mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Use my normal PATH instead of included
This commit is contained in:
parent
5811a6b11f
commit
45f05b9bbc
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -6,6 +6,6 @@ export ZSH=$HOME/.oh-my-zsh
|
|||
for i in $ZSH/*zsh; do source $i; done;
|
||||
|
||||
# Customize to your needs...
|
||||
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
||||
|
||||
#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
||||
export PATH=$PATH:$HOME/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue