Skip to content
Snippets Groups Projects
Commit 63afcbd4 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add git-jens layer

parent e5b48c22
No related branches found
No related tags found
No related merge requests found
[user]
email = git@queezle.net
name = Jens Nolte
[alias]
graph = log --graph --decorate --all --format=format:'%C(yellow)%h%C(reset) %C(red)%aN%C(reset) %C(dim cyan)(%ar)%C(reset)%C(dim magenta)%d%C(reset)%n%C(white)%s%C(reset)'
g = !git graph
changes = "!f() { \
{ git --no-pager log --max-count=1 --shortstat --color=always ${1:-HEAD};\
echo; git --no-pager diff --color=always "${1:-HEAD}^" "${1:-HEAD}"; } \
| $PAGER -r; }; f"
{ ... }:
{
imports = [ ./base.nix ];
users = {
users.jens = {
dotfiles.profiles = [ "git-jens" ];
};
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment