dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit db13088e59730b3af879b508d0e2268fc47e059f
parent e25355773d5e5edd3b0c4ccb23701529a6e7c190
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat,  2 Jan 2021 19:52:58 +0100

R: config

Diffstat:
AR/Rprofile | 2++
Mdot.map | 1+
Mshell/env | 1+
3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/R/Rprofile b/R/Rprofile @@ -0,0 +1,2 @@ +# vim: syntax=r +makeActiveBinding(".", function() .Last.value, env = globalenv()) diff --git a/dot.map b/dot.map @@ -49,6 +49,7 @@ gnupg: ~/.config/gnupg mpd: ~/.config/mpd ncmpcpp: ~/.config/ncmpcpp pipe-viewer: ~/.config/pipe-viewer +R: ~/.config/R # Config: X server (Linux) xinitrc: ~/.xinitrc diff --git a/shell/env b/shell/env @@ -200,3 +200,4 @@ export ZDOTDIR="$HOME/.config/zsh" export GEM_HOME="$HOME/.local/share/gems" export NOTMUCH_CONFIG="$HOME/.config/notmuch/config" export GNUPGHOME="$HOME/.config/gnupg" +export R_PROFILE_USER="$HOME/.config/R/Rprofile"