put /usr/local/bin ahead of the path and added rvm support
This commit is contained in:
parent
b7d4c84c24
commit
3f45a81d9a
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -1,10 +1,13 @@
|
|||
export ZSH=~/.zsh
|
||||
|
||||
source ~/.rvm/scripts/'rvm'
|
||||
|
||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||
PATH=/usr/local/bin:$PATH
|
||||
|
||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
||||
for config_file ($ZSH/lib/*.zsh) source $config_file
|
||||
|
||||
# Load and run compinit
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
compinit -i
|
||||
|
|
Loading…
Reference in a new issue