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 {
|
config = lib.mkIf config.user.git.enable {
|
||||||
programs.delta = {
|
programs.delta = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableGitIntegration=true;
|
||||||
options = {
|
options = {
|
||||||
side-by-side = true;
|
side-by-side = true;
|
||||||
line-numbers = true;
|
line-numbers = true;
|
||||||
|
|
@ -38,7 +39,7 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
aliases = {
|
alias = {
|
||||||
tree = "log-long-line --graph --topo-order --all --simplify-by-decoration";
|
tree = "log-long-line --graph --topo-order --all --simplify-by-decoration";
|
||||||
hist = "log-long-line --graph --date-order --date=short";
|
hist = "log-long-line --graph --date-order --date=short";
|
||||||
graph = "log-long-line --graph --topo-order --all";
|
graph = "log-long-line --graph --topo-order --all";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue