mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
add PATH
This commit is contained in:
parent
f8f01262ab
commit
c99c6fb1b7
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
# User configuration
|
||||
|
||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
#export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export PATH=$HOME/bin:/usr/local/bin:/usr/local/mysql/bin:$PATH
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# You may need to manually set your language environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue