Make sure rvmrc does not interfere with loading of dotfiles dir
This commit is contained in:
parent
0d66c25156
commit
15156eb79a
3 changed files with 2 additions and 3 deletions
2
.rvmrc
2
.rvmrc
|
@ -1,2 +0,0 @@
|
|||
rvm_trust_rvmrcs_flag=1
|
||||
rvm_autoupdate_flag=2
|
|
@ -38,7 +38,7 @@ git submodule update --init --recursive
|
|||
ln -vfs "$DIR/.vim" ~/.
|
||||
ln -vfs "$DIR/.ideavimrc" ~/.
|
||||
ln -vfs "$DIR/.vimrc" ~/.vimrc
|
||||
ln -vfs "$DIR/.rvmrc" ~/.rvmrc
|
||||
ln -vfs "$DIR/rvmrc" ~/.rvmrc
|
||||
ln -vfs "$DIR/.tmux.conf" ~/.
|
||||
ln -vfs "$DIR/.tmux.macosx" ~/.
|
||||
rm -f "~/.zshrc"
|
||||
|
|
1
rvmrc
Normal file
1
rvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
rvm_autoupdate_flag=2
|
Loading…
Reference in a new issue