Skip to content
Snippets Groups Projects
Commit 3f45a81d authored by hukl's avatar hukl
Browse files

put /usr/local/bin ahead of the path and added rvm support

parent b7d4c84c
No related branches found
No related tags found
No related merge requests found
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
\ No newline at end of file
compinit -i
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment