From 5102aa9680423f86b6f47c251143cba517270ff4 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Thu, 1 Aug 2019 13:45:35 +0100 Subject: [PATCH] last from satik. --- local/home/.gitconfig.local | 3 +++ vim/vimrc | 8 +++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 local/home/.gitconfig.local diff --git a/local/home/.gitconfig.local b/local/home/.gitconfig.local new file mode 100644 index 0000000..dbf6237 --- /dev/null +++ b/local/home/.gitconfig.local @@ -0,0 +1,3 @@ +[user] + email = vahagn.khachatryan@gmail.com + name = Vahagn Khachatryan diff --git a/vim/vimrc b/vim/vimrc index e9b2904..597f235 100755 --- a/vim/vimrc +++ b/vim/vimrc @@ -132,13 +132,13 @@ endif " " Configure color theme, fonts and other graphics. " -if has('gui_running') +if &t_Co > 16 " set color scheme colorscheme darkblue "set guioptions-=m "set guioptions-=T - set lines=50 - set columns=85 + "set lines=50 + "set columns=85 " Set the font. if has("win32") || has("win64") @@ -148,8 +148,6 @@ if has('gui_running') "set guifont=Bitstream\ Vera\ Sans\ Mono\ 12 set guifont=Monospace\ 12 endif -else - colorscheme vahagn_black_terminal endif " Switch syntax highlighting on, when the terminal has colors