config: small fixes
This commit is contained in:
parent
d58ebe5d92
commit
78aea8e819
3
config
3
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
|
# 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 forge URLs, which gpg keys to use, ...). They are encrypted using
|
||||||
# git-crypt to be extra safe.
|
# git-crypt to be extra safe.
|
||||||
|
@ -42,5 +44,6 @@
|
||||||
}; f"
|
}; f"
|
||||||
ck = "checkout"
|
ck = "checkout"
|
||||||
s = "status"
|
s = "status"
|
||||||
|
# Inspired, then evolved from:
|
||||||
# https://www.micah.soy/posts/setting-up-git-identities/
|
# https://www.micah.soy/posts/setting-up-git-identities/
|
||||||
identity = "!~/.config/git/scripts/identity.sh"
|
identity = "!~/.config/git/scripts/identity.sh"
|
||||||
|
|
Loading…
Reference in a new issue