dotfiles

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

commit 4dc5077acbad0ac4bb700bb5688be0bbdd78f061
parent 32bd3cd58dae25be9666793b3304f2b471bdb974
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 15 Feb 2021 10:22:14 +0100

R: set columns width

Diffstat:
MR/Rprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/R/Rprofile b/R/Rprofile @@ -1,2 +1,3 @@ # vim: syntax=r makeActiveBinding(".", function() .Last.value, env = globalenv()) +options("width"=200)