moved rvm and path specific stuff to .zlogin so its separated from the generic config
This commit is contained in:
parent
3f45a81d9a
commit
4b7d4e4bce
2 changed files with 5 additions and 5 deletions
5
.zlogin
Normal file
5
.zlogin
Normal 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
5
.zshrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue