This commit is contained in:
Andrei Parhomenko 2025-01-05 20:39:46 +05:00
parent ee180a813d
commit 3cc9017205
2 changed files with 4 additions and 1 deletions

View file

@ -42,3 +42,6 @@
#sslBackend = gnutls
#sslCAinfo = /etc/ssl/certs/ca-certificates.crt
#sslVerify = false
[user]
email = surdeus@mail.surdeus.su
name = Andrey Parhomenko

View file

@ -137,7 +137,7 @@ fi
export VISUAL="$EDITOR"
export GIT_EDITOR="$VISUAL"
export PAGER=`which-first moar bat less more cat`
export PAGER=`which-first moar bat most less more cat`
export MANPAGER="`which-first moar less more`"
export CLI_DMENU=`which-first fzf`