Fixed lightline color schemes and prompt

This commit is contained in:
jomido
2019-11-12 14:36:00 -06:00
parent e1637cab50
commit 92bfd6e642
2 changed files with 6 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ export HISTFILESIZE=5000
#if tty -s; then #if tty -s; then
if [ -t 1 ]; then if [ -t 1 ]; then
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\u@\h \W]\\$ \[$(tput sgr0)\]" export PS1="\[$(tput bold)\]\[$(tput setaf 4)\][\u@\h \W]\\$ \[$(tput sgr0)\]"
fi fi
if [ ! -z "$VIRTUAL_ENV" ]; then if [ ! -z "$VIRTUAL_ENV" ]; then

View File

@@ -98,9 +98,6 @@ nnoremap <S-Tab> :bprev<CR>
map <C-n> :NERDTreeToggle<CR> map <C-n> :NERDTreeToggle<CR>
"lightline colorscheme
let g:lightline = {'colorscheme': 'powerline',}
"vim-jedi auto-select first, saves a keystroke "vim-jedi auto-select first, saves a keystroke
let g:jedi#popup_select_first = 0 let g:jedi#popup_select_first = 0
@@ -118,6 +115,8 @@ Plug 'wellle/targets.vim'
Plug 'junegunn/goyo.vim' Plug 'junegunn/goyo.vim'
Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf.vim'
Plug 'scrooloose/nerdtree' Plug 'scrooloose/nerdtree'
" Colors
Plug 'arzg/vim-substrata'
call plug#end() " end vim-plug call plug#end() " end vim-plug
@@ -149,3 +148,6 @@ let g:lightline = {
\ }, \ },
\ } \ }
"lightline colorscheme
let g:lightline = {'colorscheme': 'wombat',}