mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
Added Composer bin to path
This commit is contained in:
parent
60e357f71d
commit
586f235bc6
3 changed files with 313 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
# User configuration
|
||||
|
||||
export PATH=:/usr/local/bin:$HOME/bin:$PATH
|
||||
export PATH=:/usr/local/bin:$HOME/.composer/vendor/bin:$HOME/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