Fixed compiling of Command T with RVM and fixed backspace in some instances

This commit is contained in:
Ian 2012-07-31 11:54:33 -04:00
parent 557290b093
commit 01137fcff0
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,11 @@
############################
#! /bin/bash
# Try to load .bashrc to load rvm functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# Get current directory for future use in links
VIM_SYNC_DIR=${PWD}

View File

@ -54,6 +54,8 @@ set tabstop=4
set shiftwidth=4
set softtabstop=4
set autoindent
"Ensure backspace actually works
set backspace=2
filetype plugin indent on
set virtualedit=onemore " allow for cursor beyond last character