diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-22 17:29:01 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-22 17:29:01 +0100 |
commit | 67df8c99223fc8f8e9b03be9712758e2191768b5 (patch) | |
tree | 8a4f1c52464dd6d915b4b66ce0c568ff83f5c730 /bashrc | |
parent | 2a147e1098271b90b595e16a37449f4db28f2cfc (diff) | |
parent | ebd7e9bbbaed28f36472fe520c98c44c36175d24 (diff) |
Merge branch 'master' of https://github.com/jranke/dotfiles
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -23,23 +23,6 @@ export RPYTHON_PYTHON_VERSION=3 # python3-uno from RPython PATH=/usr/lib/libreoffice/program:"${PATH}" -# 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 |