I am new to Linux and running Ubuntu on WSL2. I installed the syntax highlighting files for Nano by running curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh.
Does this installation create the /usr/share/nano-syntax-highlighting directory, or is this a default directory that already exists prior to installation?
I'm trying to understand all the default directories that exist prior to installing this package.
Is it safe to delete /usr/share/nano-syntax-highlighting directory if the installer already dropped everything in ~/.nano?
Any guidance would be appreciated!
I am new to Linux and running Ubuntu on WSL2. I installed the syntax highlighting files for Nano by running
curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh.Does this installation create the
/usr/share/nano-syntax-highlightingdirectory, or is this a default directory that already exists prior to installation?I'm trying to understand all the default directories that exist prior to installing this package.
Is it safe to delete
/usr/share/nano-syntax-highlightingdirectory if the installer already dropped everything in~/.nano?Any guidance would be appreciated!