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