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

master
Dustin Swan 12 years ago
parent e5b924714b
commit f38fda8340

@ -1,3 +1,4 @@
alias l "ls -la"
alias vi vim
set -x EDITOR vim

@ -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="\\"

Loading…
Cancel
Save