arch/pkg/de-p1st-nano/nanorc.holoscript

11 lines
171 B
Plaintext
Raw Normal View History

2021-04-29 15:15:08 +02:00
#!/bin/sh
# stdin: default config
# stdout: modified config
cat
# syntax highlighting
echo 'include "/usr/share/nano/*.nanorc"'
## line numbers
# echo 'set linenumbers'