Use correct R flag

main
Dan Buch 4 years ago
parent 3dd2a02c65
commit 0e617771c7
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -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

Loading…
Cancel
Save