From 1a4a790ab357bc998af7b4e81e1b22e7084c86fe Mon Sep 17 00:00:00 2001 From: eneller Date: Mon, 22 Apr 2024 10:22:54 +0200 Subject: [PATCH] gitconfig --- .gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 50a9488..2c67903 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,6 @@ +[user] + email = erikneller@gmx.de + name = eneller [alias] diff-words = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+' st = status @@ -6,7 +9,8 @@ # the following aliases are defined as bash scripts, only here for completion home = "!git-home" root = "!git-root" - ignore = "!git-ignore" + ignore = "!git-ignore" + ignore-io = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi" [color] ui = auto [branch]