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

12 lines
178 B
Plaintext
Raw Normal View History

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