Add .ezsh alias and env-var for qt5ct

This commit is contained in:
Tobias Reisinger 2021-04-09 19:15:28 +02:00
parent f04e3b1aef
commit e03ae84fdf
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 12 additions and 1 deletions
.config/vim

View file

@ -1,4 +1,5 @@
set runtimepath+=~/.config/vim,~/.config/vim/after
set packpath+=~/.config/vim
if has('nvim')
" Neovim specific commands
@ -37,6 +38,9 @@ call plug#begin('~/.config/vim/plugged')
Plug 'sheerun/vim-polyglot'
call plug#end()
packadd! dracula_pro
"let g:indentLine_setColors = 0
packadd termdebug
@ -149,9 +153,13 @@ let g:jellybeans_overrides = {
\ '256ctermbg': 'none'
\ },
\ }
colorscheme dracula
"colorscheme dracula
let g:dracula_colorterm = 0
colorscheme dracula_pro
highlight Normal ctermbg=NONE
let g:highlightedyank_highlight_duration = 250
let g:syntastic_always_populate_loc_list = 0