Update bash and vim config.

This commit is contained in:
Ceda EI 2020-06-06 19:55:26 +05:30
parent fff14d4f42
commit cc27cf15b5
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# vim: set ft=dosini: # vim: set ft=dosini:
[core] [core]
auto_newline = 1 auto_newline = 1
powerline = 0 powerline = 1
theme = lowfi-neon theme = luminus
|left| |left|
[plugin] [plugin]
@ -36,5 +36,5 @@ name = date
format = %a %b %H:%M format = %a %b %H:%M
[plugin] [plugin]
bg = 000000 bg = 0afa4d
name = hostname name = hostname

View File

@ -84,7 +84,7 @@ iabbrev <// </<C-X><C-O>
let g:indentLine_char = '|' let g:indentLine_char = '|'
set colorcolumn=80 set colorcolumn=80
colorscheme Tomorrow-Night-Bright colorscheme Tomorrow
let g:netrw_banner=0 let g:netrw_banner=0
let g:airline_theme='wombat' let g:airline_theme='wombat'
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1