diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 19:29:41 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 19:29:41 +0200 |
commit | 13ef1cb8bbeacb61eae286fdacca91d15609654d (patch) | |
tree | 8409fb704fa4cf2f87136fa9c09c3b96ac16f39a /install | |
parent | a37958e13e13a69c0a7c96e97ef21ea5f4c37e38 (diff) |
Manage Rprofile
Fix the code to decide if Nvim-R will work. This is not tested with
vim 8 though.
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 tmux.conf reportbugrc; do +for dotfile in bashrc vimrc gitconfig Rprofile tmux.conf reportbugrc; do mkdir -pv bak [ -e ~/.$dotfile ] && mv -v ~/.$dotfile bak/.$dotfile ln -sfv $BASE/$dotfile ~/.$dotfile |