Adding shell=/bin/bash to vimrc and the ls -la alias to fish
This commit is contained in:
parent
e5b924714b
commit
f38fda8340
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
alias l "ls -la"
|
||||
alias vi vim
|
||||
set -x EDITOR vim
|
||||
|
||||
|
|
|
|||
1
vimrc
1
vimrc
|
|
@ -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…
Add table
Add a link
Reference in a new issue