summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 19:29:41 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 19:29:41 +0200
commit13ef1cb8bbeacb61eae286fdacca91d15609654d (patch)
tree8409fb704fa4cf2f87136fa9c09c3b96ac16f39a /install
parenta37958e13e13a69c0a7c96e97ef21ea5f4c37e38 (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-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 544df8f..0eed1fb 100755
--- a/install
+++ b/install
@@ -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

Contact - Imprint