From 78aea8e819c616921ace8d98e0955f7e2fdf88ff Mon Sep 17 00:00:00 2001 From: kalmenn Date: Thu, 21 Dec 2023 23:39:56 +0100 Subject: [PATCH] config: small fixes --- config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config b/config index a14bc34..5ca61f2 100644 --- a/config +++ b/config @@ -1,3 +1,5 @@ +# My personal git config. You're free to reuse any part of it. + # Some files are only relevent to me, and might contain private information # (git forge URLs, which gpg keys to use, ...). They are encrypted using # git-crypt to be extra safe. @@ -41,6 +43,7 @@ less -cr; \ }; f" ck = "checkout" - s = "status" + s = "status" + # Inspired, then evolved from: # https://www.micah.soy/posts/setting-up-git-identities/ identity = "!~/.config/git/scripts/identity.sh"