fixed git aliases.
This commit is contained in:
parent
e8a67fe96e
commit
172fb9d6db
1 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
config = lib.mkIf config.user.git.enable {
|
||||
programs.delta = {
|
||||
enable = true;
|
||||
enableGitIntegration=true;
|
||||
options = {
|
||||
side-by-side = true;
|
||||
line-numbers = true;
|
||||
|
|
@ -38,7 +39,7 @@
|
|||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
aliases = {
|
||||
alias = {
|
||||
tree = "log-long-line --graph --topo-order --all --simplify-by-decoration";
|
||||
hist = "log-long-line --graph --date-order --date=short";
|
||||
graph = "log-long-line --graph --topo-order --all";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue