Adding shell=/bin/bash to vimrc and the ls -la alias to fish
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
alias l "ls -la"
|
||||||
alias vi vim
|
alias vi vim
|
||||||
set -x EDITOR vim
|
set -x EDITOR vim
|
||||||
|
|
||||||
|
|||||||
1
vimrc
1
vimrc
@@ -44,6 +44,7 @@ Bundle 'garbas/vim-snipmate'
|
|||||||
filetype plugin indent on " last Vundle requirement
|
filetype plugin indent on " last Vundle requirement
|
||||||
|
|
||||||
" general goodness
|
" general goodness
|
||||||
|
set shell=/bin/bash " Syntastic breaks when trying to write to /var/folders
|
||||||
syntax enable
|
syntax enable
|
||||||
let mapleader=","
|
let mapleader=","
|
||||||
let maplocalleader="\\"
|
let maplocalleader="\\"
|
||||||
|
|||||||
Reference in New Issue
Block a user