Compare commits
No commits in common. "2ee7933c82a99312be8ef1ada0964736de6e089f" and "ae2998c33392640b84d63e2aec883c09ab50e148" have entirely different histories.
2ee7933c82
...
ae2998c333
2 changed files with 4 additions and 3 deletions
|
@ -2,4 +2,5 @@ default-cache-ttl 18000
|
||||||
max-cache-ttl 86400
|
max-cache-ttl 86400
|
||||||
ignore-cache-for-signing
|
ignore-cache-for-signing
|
||||||
write-env-file
|
write-env-file
|
||||||
pinentry-program /data/data/com.termux/files/usr/bin/pinentry-curses
|
scdaemon-program /usr/bin/gnupg-pkcs11-scd
|
||||||
|
pinentry-program /usr/bin/pinentry
|
||||||
|
|
4
.vimrc
4
.vimrc
|
@ -52,12 +52,12 @@ augroup XML
|
||||||
autocmd FileType xml :%foldopen!
|
autocmd FileType xml :%foldopen!
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
if $VIM_COLORSCHEME == "light"
|
if "$VIM_COLORSCHEME" == "light"
|
||||||
set background=light
|
set background=light
|
||||||
endif
|
endif
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
call togglebg#map("<Leader>t")
|
call togglebg#map("<Leader>b")
|
||||||
let load_doxygen_syntax = 1
|
let load_doxygen_syntax = 1
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
if !exists('g:airline_symbols')
|
if !exists('g:airline_symbols')
|
||||||
|
|
Loading…
Reference in a new issue