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:
[core]
auto_newline = 1
powerline = 0
theme = lowfi-neon
powerline = 1
theme = luminus
|left|
[plugin]
@ -36,5 +36,5 @@ name = date
format = %a %b %H:%M
[plugin]
bg = 000000
bg = 0afa4d
name = hostname

View File

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