From cc27cf15b5c35942badb9c7012dd807f95788bad Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sat, 6 Jun 2020 19:55:26 +0530 Subject: [PATCH] Update bash and vim config. --- bash/.config/wish/config.gie | 6 +++--- vim/.vimrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bash/.config/wish/config.gie b/bash/.config/wish/config.gie index 558d1de..9fc563d 100644 --- a/bash/.config/wish/config.gie +++ b/bash/.config/wish/config.gie @@ -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 diff --git a/vim/.vimrc b/vim/.vimrc index fd98cd6..9cc30b0 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -84,7 +84,7 @@ iabbrev 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