diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-04-24 09:04:26 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-04-24 09:04:26 +0200 |
commit | 238910a92d38b6251d7e7bb0e7033131c2b28a52 (patch) | |
tree | ed256127020f10f70e7b54e570a9712830d53eef /install | |
parent | 0eed77c71e8003ceb7ac32ecff071c41fa5c3701 (diff) |
Turn of remote CRAN checks by default
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ cd $(dirname $BASH_SOURCE) BASE=$(pwd) # dotfiles to install -for dotfile in bashrc vimrc gitconfig Rprofile tmux.conf reportbugrc; do +for dotfile in bashrc vimrc gitconfig Rprofile Renviron tmux.conf reportbugrc; do mkdir -pv bak [ -e ~/.$dotfile ] && mv -v ~/.$dotfile bak/.$dotfile ln -sfv $BASE/$dotfile ~/.$dotfile |