fix up some settings
This commit is contained in:
parent
762d2fbb3b
commit
b6da2f13b7
2 changed files with 5 additions and 1 deletions
|
|
@ -85,3 +85,7 @@ alias srsly="orly -s"
|
|||
#Funnies
|
||||
alias whothefuckis='finger'
|
||||
alias whoami="echo 24601"
|
||||
|
||||
function gvim () {
|
||||
`which gvim` $* &> /dev/null
|
||||
}
|
||||
|
|
|
|||
2
.vimrc
2
.vimrc
|
|
@ -202,7 +202,7 @@ set noshowmode
|
|||
let g:airline_enable_branch = 1
|
||||
let g:airline_enable_syntastic = 1
|
||||
let g:airline_enable_tagbar = 1
|
||||
let g:airline_theme="barak"
|
||||
let g:airline_theme="murmur"
|
||||
let g:airline_left_sep = ''
|
||||
let g:airline_right_sep = ''
|
||||
let g:airline#extensions#syntastic#enabled = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue