diff --git a/zshrc b/zshrc index 928d1fd..a156120 100644 --- a/zshrc +++ b/zshrc @@ -109,6 +109,10 @@ if command -v xdg-open &>/dev/null; then alias open=xdg-open fi +if R --version &>/dev/null; then + alias R='R --no-save --no-restore' +fi + unsetopt correct_all bindkey '^R' history-incremental-search-backward