Compare commits

...

2 commits

Author SHA1 Message Date
Tobias Schmidl
2ee7933c82 vimrc: Switched key for background toggle, repaired bg check 2024-02-05 09:57:10 +01:00
Tobias Schmidl
e6db1b3953 gpg-agent: made platform independent 2024-02-05 09:56:38 +01:00
2 changed files with 3 additions and 4 deletions

View file

@ -2,5 +2,4 @@ default-cache-ttl 18000
max-cache-ttl 86400
ignore-cache-for-signing
write-env-file
scdaemon-program /usr/bin/gnupg-pkcs11-scd
pinentry-program /usr/bin/pinentry
pinentry-program /data/data/com.termux/files/usr/bin/pinentry-curses

4
.vimrc
View file

@ -52,12 +52,12 @@ augroup XML
autocmd FileType xml :%foldopen!
augroup END
if "$VIM_COLORSCHEME" == "light"
if $VIM_COLORSCHEME == "light"
set background=light
endif
set termguicolors
colorscheme solarized
call togglebg#map("<Leader>b")
call togglebg#map("<Leader>t")
let load_doxygen_syntax = 1
let g:airline_powerline_fonts = 1
if !exists('g:airline_symbols')