mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Update nanorc
This commit is contained in:
parent
38457c4451
commit
200bc9a361
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
2
.nanorc
2
.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
|
||||
|
|
Loading…
Reference in a new issue