From 0e617771c7f589ca5f52f09f44f3f79c43186acf Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 15 Sep 2020 19:28:02 -0400 Subject: [PATCH] Use correct R flag --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 0b96a0c..401e19f 100644 --- a/zshrc +++ b/zshrc @@ -110,7 +110,7 @@ if command -v xdg-open &>/dev/null; then fi if R --version &>/dev/null; then - alias R='R --no-save --no-restore' + alias R='R --no-save --no-restore-data' fi unsetopt correct_all