Adding shell=/bin/bash to vimrc and the ls -la alias to fish

This commit is contained in:
Dustin Swan
2012-07-09 12:03:34 -05:00
parent e5b924714b
commit f38fda8340
2 changed files with 2 additions and 0 deletions

1
vimrc
View File

@@ -44,6 +44,7 @@ Bundle 'garbas/vim-snipmate'
filetype plugin indent on " last Vundle requirement
" general goodness
set shell=/bin/bash " Syntastic breaks when trying to write to /var/folders
syntax enable
let mapleader=","
let maplocalleader="\\"