> so I have to type every single R session: > > options(browser='dillo') > > Is there anyway I can change this globally? If you put the line options(browser='dillo') in the .Rprofile of your home directory, it will fire up dillo the next time. HTH, Tobias