Open futuremotiondev opened 1 year ago
Just checked my WSL2 Ubuntu. I haven't installed any syntax highlighting files... yet. I don't see a nano-syntax-highlighting
directory in my /usr/share
directory.
Unrelated: note that you can install multiple linux distros (or, the same distro multiple times) in WSL. If you're curious about defaults, just spin up a fresh distro to check. You can check installed distros via wsl --list --verbose
. The distro with the *
beside it is your default distro. You can boot into a specific distro via wsl -d <DistroName>
.
I don't have this directory either, could it be created by other syntax highlighting package?
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!