Skip to content

Instantly share code, notes, and snippets.

@hoefling
Created July 30, 2016 10:33
Show Gist options
  • Save hoefling/fd532e3fc565db250a74884c7cbb9122 to your computer and use it in GitHub Desktop.
Save hoefling/fd532e3fc565db250a74884c7cbb9122 to your computer and use it in GitHub Desktop.
Init nanorc on CentOS7
#!/usr/bin/env bash
find /usr/share/nano/ -type f -name "*.nanorc" | sed 's/^/include /g' > $HOME/.nanorc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment