update git graph alias
This commit is contained in:
parent
2c9c3c4402
commit
91510ef974
|
@ -25,7 +25,7 @@ in {
|
|||
diff = "${pkgs._diffr}/bin/_diffr | ${pkgs.kak-pager}/bin/kak-pager";
|
||||
};
|
||||
alias = {
|
||||
graph = "log --graph --oneline --all";
|
||||
graph = "log --graph --oneline --branches";
|
||||
root = "rev-parse --show-toplevel";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue