1
0
Fork 0

Update nanorc

This commit is contained in:
Starbeamrainbowlabs 2018-01-06 23:02:39 +00:00
parent 38457c4451
commit 200bc9a361
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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