Skip to content
Snippets Groups Projects
Commit 4b7d4e4b authored by hukl's avatar hukl
Browse files

moved rvm and path specific stuff to .zlogin so its separated from the generic config

parent 3f45a81d
No related branches found
No related tags found
No related merge requests found
source ~/.rvm/scripts/'rvm'
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
PATH=/usr/local/bin:$PATH
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
......
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