Track .Rprofile
authorSiraaj Khandkar <siraaj@khandkar.net>
Sat, 8 Jun 2019 03:34:21 +0000 (23:34 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sat, 8 Jun 2019 03:34:21 +0000 (23:34 -0400)
Makefile
home/.Rprofile [new file with mode: 0644]

index cdf4b57..b8fbeec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ install:
        @cp       home/.profile     $(HOME)/
        @cp       home/.fonts.conf  $(HOME)/
        @fc-cache                   $(HOME)/.fonts
+       @cp       home/.Rprofile    $(HOME)/
        @cp       home/.mpdconf     $(HOME)/
        @cp       home/.xbindkeysrc $(HOME)/
 
diff --git a/home/.Rprofile b/home/.Rprofile
new file mode 100644 (file)
index 0000000..10ce4c3
--- /dev/null
@@ -0,0 +1 @@
+.libPaths( "~/.R/lib" )
This page took 0.018594 seconds and 4 git commands to generate.