I have a small script that copies my dotfiles to servers when I connect.
One of them is my nanorc.
My problem is that I have some legacy servers which dont have the newest version of nano installed.
I get some messages because my .nanorc
file has some variables set which the old version dosn't support.
Is there any way I can supress the error messages?