# HG changeset patch # User Tomas Zeman # Date 1507751306 -7200 # Node ID b5f5b3ba8cb024904be1745ae7887554215a2bd2 # Parent c53b549bf0d7edefae823a17edfc1c5e5b842133 .screenrc: disable lockscreen (unbind ^x) diff -r c53b549bf0d7 -r b5f5b3ba8cb0 config/.gitconfig --- a/config/.gitconfig Mon Aug 22 14:42:24 2016 +0200 +++ b/config/.gitconfig Wed Oct 11 21:48:26 2017 +0200 @@ -3,6 +3,10 @@ name = Tomas Zeman [core] excludesfile = /home/tzeman/.gitignore_global + +[http] + sslverify = false + [alias] # define new alias as: git alias new_alias original_command alias = "!sh -c '[ $# = 2 ] && git config --global alias.\"$1\" \"$2\" && exit 0 || echo \"usage: git alias \" >&2 && exit 1' -" diff -r c53b549bf0d7 -r b5f5b3ba8cb0 config/.gitignore_global --- a/config/.gitignore_global Mon Aug 22 14:42:24 2016 +0200 +++ b/config/.gitignore_global Wed Oct 11 21:48:26 2017 +0200 @@ -9,3 +9,4 @@ Session.vim .netrwhist *~ +*.rej diff -r c53b549bf0d7 -r b5f5b3ba8cb0 config/.screenrc --- a/config/.screenrc Mon Aug 22 14:42:24 2016 +0200 +++ b/config/.screenrc Wed Oct 11 21:48:26 2017 +0200 @@ -5,3 +5,5 @@ hardstatus alwayslastline startup_message off hardstatus string '%{= gK}%-Lw%{= KW}%50>%n%f* %t%{= gK}%+Lw%< %{= kG}%-=%H %l %Y-%m-%d %c:%s%{-}' +bind ^x +bind x