last from satik.
This commit is contained in:
3
local/home/.gitconfig.local
Normal file
3
local/home/.gitconfig.local
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
email = vahagn.khachatryan@gmail.com
|
||||||
|
name = Vahagn Khachatryan
|
||||||
@@ -132,13 +132,13 @@ endif
|
|||||||
"
|
"
|
||||||
" Configure color theme, fonts and other graphics.
|
" Configure color theme, fonts and other graphics.
|
||||||
"
|
"
|
||||||
if has('gui_running')
|
if &t_Co > 16
|
||||||
" set color scheme
|
" set color scheme
|
||||||
colorscheme darkblue
|
colorscheme darkblue
|
||||||
"set guioptions-=m
|
"set guioptions-=m
|
||||||
"set guioptions-=T
|
"set guioptions-=T
|
||||||
set lines=50
|
"set lines=50
|
||||||
set columns=85
|
"set columns=85
|
||||||
|
|
||||||
" Set the font.
|
" Set the font.
|
||||||
if has("win32") || has("win64")
|
if has("win32") || has("win64")
|
||||||
@@ -148,8 +148,6 @@ if has('gui_running')
|
|||||||
"set guifont=Bitstream\ Vera\ Sans\ Mono\ 12
|
"set guifont=Bitstream\ Vera\ Sans\ Mono\ 12
|
||||||
set guifont=Monospace\ 12
|
set guifont=Monospace\ 12
|
||||||
endif
|
endif
|
||||||
else
|
|
||||||
colorscheme vahagn_black_terminal
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Switch syntax highlighting on, when the terminal has colors
|
" Switch syntax highlighting on, when the terminal has colors
|
||||||
|
|||||||
Reference in New Issue
Block a user