...
This commit is contained in:
parent
ee180a813d
commit
3cc9017205
2 changed files with 4 additions and 1 deletions
|
@ -42,3 +42,6 @@
|
|||
#sslBackend = gnutls
|
||||
#sslCAinfo = /etc/ssl/certs/ca-certificates.crt
|
||||
#sslVerify = false
|
||||
[user]
|
||||
email = surdeus@mail.surdeus.su
|
||||
name = Andrey Parhomenko
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue