Created
July 30, 2016 10:33
-
-
Save hoefling/fd532e3fc565db250a74884c7cbb9122 to your computer and use it in GitHub Desktop.
Init nanorc on CentOS7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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