tmux-plugins / tmux-resurrect

Persists tmux environment across system restarts.
MIT License
11.42k stars 424 forks source link

R is not restored #353

Open afandiadib opened 4 years ago

afandiadib commented 4 years ago

My R console does not restored properly. From the .tmux/resurrect/last, R pointed to /usr/lib/R/bin/exec/R. It should be pointed to /usr/bin/R - that is the output of which R. I have tried "~R", "/usr/bin/R", and some other combinations but it still points to the wrong path. What should I do? Other programs resurrect successfully. TQ.

jiaming10 commented 4 years ago

Can you try if this documentation helps?

https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/restoring_programs.md