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