From 200bc9a361aa35728bce03fe95d0b809c2a4783c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 6 Jan 2018 23:02:39 +0000 Subject: [PATCH] Update nanorc --- .bash_profile | 1 + .nanorc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.bash_profile b/.bash_profile index 0c28ff7..13ef996 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,5 @@ # ~/.bash_profile: executed by bash(1) for login shells. +sbrl_bashprofile_executed=true; if [ ! -f "/dev/shm/cloudcatcher-banner.txt" ]; then $HOME/bin/cloudcatcher/cloudcatcher.sh >/dev/shm/cloudcatcher-banner.txt; diff --git a/.nanorc b/.nanorc index 3df9c3f..6d98031 100644 --- a/.nanorc +++ b/.nanorc @@ -3,6 +3,8 @@ # Soft-wrap lines (don't _actually_ auto-wrap lines - that would be really annoying!) set softwrap +# Come to think of it, let's make _reallly_ sure that it's not going to wrap any lines on us +set nowrap # 8 is way too wide. Seriously. Why is it even the default? set tabsize 4