mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
some changes for central
This commit is contained in:
parent
06fe648fe5
commit
ec497ddace
2 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
||||||
"input"
|
"input"
|
||||||
"scanner"
|
"scanner"
|
||||||
"docker"
|
"docker"
|
||||||
|
"nginx"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
home = "/home/thegeneralist";
|
home = "/home/thegeneralist";
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,8 @@ in
|
||||||
|
|
||||||
# https://bernsteinbear.com/git
|
# https://bernsteinbear.com/git
|
||||||
alias.recent = "! git branch --sort=-committerdate --format=\"%(committerdate:relative)%09%(refname:short)\" | head -10";
|
alias.recent = "! git branch --sort=-committerdate --format=\"%(committerdate:relative)%09%(refname:short)\" | head -10";
|
||||||
|
|
||||||
|
safe.directory = "*";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue