diff --git a/nvim/init.vim b/nvim/init.vim index aa28496..d3af86b 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -8,7 +8,7 @@ colorscheme darkspectrum " Colour theme syntax on " Syntax highlighting set scrolloff=3 " lines of text around cursor -let g:airline_powerline_fonts = 0 +let g:airline_powerline_fonts = 1 " Fonts and encoding set guifont=Inconsolata\ for\ Powerline:h14 " set font diff --git a/nvim/init.vim b/nvim/init.vim index aa28496..d3af86b 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -8,7 +8,7 @@ colorscheme darkspectrum " Colour theme syntax on " Syntax highlighting set scrolloff=3 " lines of text around cursor -let g:airline_powerline_fonts = 0 +let g:airline_powerline_fonts = 1 " Fonts and encoding set guifont=Inconsolata\ for\ Powerline:h14 " set font diff --git a/zsh/exports.zsh b/zsh/exports.zsh index 24f5627..2dc5852 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -2,6 +2,7 @@ # sourced by .zshrc export TERM=xterm-256color +export VTE_VERSION="100" export PAGER=less export EDITOR=vim