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

This commit is contained in:
hukl 2012-04-24 11:46:21 +02:00
parent 3f45a81d9a
commit 4b7d4e4bce
2 changed files with 5 additions and 5 deletions

5
.zlogin Normal file
View file

@ -0,0 +1,5 @@
source ~/.rvm/scripts/'rvm'
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
PATH=/usr/local/bin:$PATH

5
.zshrc
View file

@ -1,10 +1,5 @@
export ZSH=~/.zsh 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 # Load all of the config files in ~/oh-my-zsh that end in .zsh
for config_file ($ZSH/lib/*.zsh) source $config_file for config_file ($ZSH/lib/*.zsh) source $config_file