summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-01-22 17:20:30 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-01-22 17:20:30 +0100
commitebd7e9bbbaed28f36472fe520c98c44c36175d24 (patch)
treeac24b7b1f961044e986591b7694bcb2591aca93f /bashrc
parent305a59796eb97105ae6843fb0163a49e17fa2c84 (diff)
Remove support for old vim, complete switch to neovim
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/bashrc b/bashrc
index 0cab765..3339876 100644
--- a/bashrc
+++ b/bashrc
@@ -20,23 +20,6 @@ PATH=/usr/local/lib/R/site-library/littler/examples:"${PATH}"
# RPython
export RPYTHON_PYTHON_VERSION=3
-# Vim-R-plugin
-# From r-plugin-bash-setup help page in Vim-R-plugin (Debian package 1.2-1)
-# Change the TERM environment variable (to get 256 colors) and make Vim
-# connect to th X Server even if running in a terminal emulator (many of
-# the plugin features depend on this). Now only needed for "old" vim
-# like vim 7.4 from Debian stable
-if [ "x$DISPLAY" != "x" ]
-then
- if [ "screen" = "$TERM" ]
- then
- export TERM=screen-256color
- else
- export TERM=xterm-256color
- fi
- alias vim='vim --servername VIM'
-fi
-
alias tarxz='tar --use-compress-program=pxz -c -v -f'
# Path where the R sources are

Contact - Imprint