--- 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 <new alias> <original command>\" >&2 && exit 1' -"
--- 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
--- 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