From b9f8a80bc4b6b8c2a5fc0ecd47cd92fdccd47ffa Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 7 Mar 2020 17:03:29 +0100 Subject: [PATCH] skel: add nano text editor configuration: - include all nanorc files in ~/.nano - set tab size to 4 --- config/includes.chroot/etc/skel/.nanorc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/includes.chroot/etc/skel/.nanorc diff --git a/config/includes.chroot/etc/skel/.nanorc b/config/includes.chroot/etc/skel/.nanorc new file mode 100644 index 0000000..b40e9d0 --- /dev/null +++ b/config/includes.chroot/etc/skel/.nanorc @@ -0,0 +1,3 @@ +include ~/.nano/*.nanorc +#set tabstospaces +set tabsize 4 \ No newline at end of file