changed one small thing in .vimrc and .bashrc

This commit is contained in:
booboy 2017-09-07 11:59:11 -05:00
parent 1026a621a6
commit 7c3e1c7fae

2
.vimrc
View file

@ -41,7 +41,7 @@ set mouse=r
set cursorline
set number
set relativenumber
set background="dark"
set background=dark
" python PEP 8 standards
set textwidth=79 " lines longer than 79 columns will be broken